COLOR #D0CA93

HEX: #D0CA93 RGB: (208,202,147)

Color info

#D0CA93 contains mainly red and green colors. Web safe color of #D0CA93 is #CCCC99 (or #CC9).

RGB color model

#D0CA93 color RGB value is (208,202,147).

RGB: (208,202,147) (82%, 79%, 58%)

RGB channels and saturation

R 208 of 255 = 82%
G 202 of 255 = 79%
B 147 of 255 = 58%

208
202
147

R + G + B ~ 73%. #D0CA93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 202 + 147 = 557 (100%)
R 208 of 557 ~ 37.34%
G 202 of 557 ~ 36.27%
B 147 of 557 ~ 26.39'%

%37.34
%36.27
%26.39

CMYK color model

#D0CA93 color CMYK value is (0,3,29,18).

  • cyan value is 0.00%
  • magenta value is 2.88%
  • yellow value is 29.33%
  • key color value is 18.43%

CMYK: (0,3,29,18)
C0M3Y29K18 (0%, 3%, 29%, 18%)
(0.00 / 0.03 / 0.29 / 0.18)

CMYK percentages

%0
%2.88
%29.33
%18.43

Codes

Color #D0CA93 in popluar color models

D0 CA 93
RGB 208 202 147
HSL 54° 39.35% 69.61%
HSB/HSV 54° 29.33% 81.57%
CMYK 0.00% 2.88% 29.33%
18.43%

Color #D0CA93 in popluar number systems.

HEX D0 CA 93
Decimal 208 202 147
Binary 11010000 11001010 10010011
Octal 320 312 223

Shades and tints

Shades of #D0CA93

#D0CA93
(208,202,147)
#BEB886
(190,184,134)
#ACA679
(172,166,121)
#9A946C
(154,148,108)
#88825F
(136,130,95)
#767052
(118,112,82)
#645E45
(100,94,69)
#524C38
(82,76,56)
#403A2B
(64,58,43)
#2E281E
(46,40,30)
#1C1611
(28,22,17)
#000000
(0,0,0)

Tints of #D0CA93

#D0CA93
(208,202,147)
#D4CE9C
(212,206,156)
#D8D2A5
(216,210,165)
#DCD6AE
(220,214,174)
#E0DAB7
(224,218,183)
#E4DEC0
(228,222,192)
#E8E2C9
(232,226,201)
#ECE6D2
(236,230,210)
#F0EADB
(240,234,219)
#F4EEE4
(244,238,228)
#F8F2ED
(248,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0CA93 color. Also use rgb(208,202,147) instead hex code.

Text Font Color

.myTextColor { color: #D0CA93; }

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

This text font color is #D0CA93.

Background Color

.myBgColor { background-color: #D0CA93; }

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

This div background color is #D0CA93.

Border color

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

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

This div border color is #D0CA93.

Opacity

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

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

Text with #D0CA93 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 #D0CA93;}

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

This text has shadow with #D0CA93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0CA93.

Preview

Color preview on black background

This text has color #D0CA93 on black background.


Color preview on white background

This text has color #D0CA93 on white background.


Black color preview on #D0CA93 background

This text has black color on #D0CA93 background.


White color preview on #D0CA93 background

This text has white color on #D0CA93 background.


Related colors

Complementary color

Complementary color for #hex is #2F356C.


I love getcolorcode.com

Triadic colors

1 #93D0CA and #CA93D0 with #D0CA93 are triadic colors.

2 #93CAD0 and #CAD093 with #D0CA93 are triadic colors.