COLOR #D0C488

HEX: #D0C488 RGB: (208,196,136)

Color info

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

RGB color model

#D0C488 color RGB value is (208,196,136).

RGB: (208,196,136) (82%, 77%, 53%)

RGB channels and saturation

R 208 of 255 = 82%
G 196 of 255 = 77%
B 136 of 255 = 53%

208
196
136

R + G + B ~ 71%. #D0C488 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 196 + 136 = 540 (100%)
R 208 of 540 ~ 38.52%
G 196 of 540 ~ 36.3%
B 136 of 540 ~ 25.19'%

%38.52
%36.3
%25.19

CMYK color model

#D0C488 color CMYK value is (0,6,35,18).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 34.62%
  • key color value is 18.43%

CMYK: (0,6,35,18)
C0M6Y35K18 (0%, 6%, 35%, 18%)
(0.00 / 0.06 / 0.35 / 0.18)

CMYK percentages

%0
%5.77
%34.62
%18.43

Codes

Color #D0C488 in popluar color models

D0 C4 88
RGB 208 196 136
HSL 50° 43.37% 67.45%
HSB/HSV 50° 34.62% 81.57%
CMYK 0.00% 5.77% 34.62%
18.43%

Color #D0C488 in popluar number systems.

HEX D0 C4 88
Decimal 208 196 136
Binary 11010000 11000100 10001000
Octal 320 304 210

Shades and tints

Shades of #D0C488

#D0C488
(208,196,136)
#BEB37C
(190,179,124)
#ACA270
(172,162,112)
#9A9164
(154,145,100)
#888058
(136,128,88)
#766F4C
(118,111,76)
#645E40
(100,94,64)
#524D34
(82,77,52)
#403C28
(64,60,40)
#2E2B1C
(46,43,28)
#1C1A10
(28,26,16)
#000000
(0,0,0)

Tints of #D0C488

#D0C488
(208,196,136)
#D4C992
(212,201,146)
#D8CE9C
(216,206,156)
#DCD3A6
(220,211,166)
#E0D8B0
(224,216,176)
#E4DDBA
(228,221,186)
#E8E2C4
(232,226,196)
#ECE7CE
(236,231,206)
#F0ECD8
(240,236,216)
#F4F1E2
(244,241,226)
#F8F6EC
(248,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C488 color. Also use rgb(208,196,136) instead hex code.

Text Font Color

.myTextColor { color: #D0C488; }

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

This text font color is #D0C488.

Background Color

.myBgColor { background-color: #D0C488; }

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

This div background color is #D0C488.

Border color

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

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

This div border color is #D0C488.

Opacity

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

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

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

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

This text has shadow with #D0C488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C488.

Preview

Color preview on black background

This text has color #D0C488 on black background.


Color preview on white background

This text has color #D0C488 on white background.


Black color preview on #D0C488 background

This text has black color on #D0C488 background.


White color preview on #D0C488 background

This text has white color on #D0C488 background.


Related colors

Complementary color

Complementary color for #hex is #2F3B77.


I love getcolorcode.com

Triadic colors

1 #88D0C4 and #C488D0 with #D0C488 are triadic colors.

2 #88C4D0 and #C4D088 with #D0C488 are triadic colors.