COLOR #D0965D

HEX: #D0965D
RGB: (208,150,93)

Color info

#D0965D contains mainly red and green colors. Web safe color of #D0965D is #CC9966 (or #C96).

RGB color model

#D0965D color RGB value is (208,150,93).

  • red value is 208;
  • green value is 150;
  • blue value is 93.
RGB:
(208,150,93)
(82%,59%,36%)

RGB channels and saturation

R 208 of 255 = 82%
G 150 of 255 = 59%
B 93 of 255 = 36%

208
150
93

R + G + B ~ 59%. #D0965D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
208 + 150 + 93 = 451 (100%)
R 208 of 451 ~ 46.12%
G 150 of 451 ~ 33.26%
B 93 of 451 ~ 20.62%

%46.12
%33.26
%20.62

CMYK color model

#D0965D color CMYK value is (0,28,55,18).

  • cyan value is 0.00%
  • magenta value is 27.88%
  • yellow value is 55.29%
  • key color value is 18.43%
CMYK:
(0,28,55,18)
C0M28Y55K18 
(0%,28%,55%,18%)
(0.00/0.28/0.55/0.18)	

CMYK percentages

%0
%27.88
%55.29
%18.43

Codes

Color #D0965D in popluar color models

D0965D
RGB20815093
HSL30°55.02%59.02%
HSB/HSV30°55.29%81.57%
CMYK0.00%27.88%55.29%
18.43%

Color #D0965D in popluar number systems.

HEXD0965D
Decimal20815093
Binary11010000100101101011101
Octal320226135

Shades and tints

Shades of #D0965D

#D0965D
(208,150,93)
#BE8955
(190,137,85)
#AC7C4D
(172,124,77)
#9A6F45
(154,111,69)
#88623D
(136,98,61)
#765535
(118,85,53)
#64482D
(100,72,45)
#523B25
(82,59,37)
#402E1D
(64,46,29)
#2E2115
(46,33,21)
#1C140D
(28,20,13)
#000000
(0,0,0)

Tints of #D0965D

#D0965D
(208,150,93)
#D49F6B
(212,159,107)
#D8A879
(216,168,121)
#DCB187
(220,177,135)
#E0BA95
(224,186,149)
#E4C3A3
(228,195,163)
#E8CCB1
(232,204,177)
#ECD5BF
(236,213,191)
#F0DECD
(240,222,205)
#F4E7DB
(244,231,219)
#F8F0E9
(248,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0965D color. Also use rgb(208,150,93) instead hex code.

Text Font Color

.myTextColor { color: #D0965D; }

<p style="color:#D0965D">This sample text font color is #D0965D.</p>

This text font color is #D0965D.


Background Color

.myBgColor { background-color: #D0965D; }

<div style="background-color:#D0965D">Inner text</div>

This div background color is #D0965D.


Border color

.myBorderColor { border: 1px solid #D0965D; }

<div style="border:3px solid #D0965D">Div</div>

This div border color is #D0965D.


Opacity

.myOpacity80 { color: #D0965D; opacity: 0.8; }

<p style="color:#D0965D;opacity:0.8;">80%</p>

Text with #D0965D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D0965D;}

<p style="text-shadow: 3px 3px 1px #D0965D">Text here.</p>

This text has shadow with #D0965D color.

.textShadow {text-shadow: 3px 3px 1px #D0965D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D0965D, 5px 5px 20px red">Text here.</p>

This text has shadow with #D0965D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D0965D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D0965D, Direction=45, Strength=4)">Text</p>

This text has shadow with #D0965D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D0965D;
  -webkit-box-shadow:	1px 1px 3px 2px #D0965D;
  box-shadow:		1px 1px 3px 2px #D0965D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D0965D;
-webkit-box-shadow: 1px 1px 3px 2px #D0965D;
box-shadow:1px 1px 3px 2px #D0965D;">
Div content here</div>
This div box has shadow with color #D0965D.

Preview

Color preview on black background

This text has color #D0965D on black background.


Color preview on white background

This text has color #D0965D on white background.



Black color preview on #D0965D background

This text has black color on #D0965D background.


White color preview on #D0965D background

This text has white color on #D0965D background.