COLOR #D5C080

HEX: #D5C080 RGB: (213,192,128)

Color info

#D5C080 contains mainly red and green colors. Web safe color of #D5C080 is #CCCC66 (or #CC6).

RGB color model

#D5C080 color RGB value is (213,192,128).

RGB: (213,192,128) (84%, 75%, 50%)

RGB channels and saturation

R 213 of 255 = 84%
G 192 of 255 = 75%
B 128 of 255 = 50%

213
192
128

R + G + B ~ 70%. #D5C080 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 192 + 128 = 533 (100%)
R 213 of 533 ~ 39.96%
G 192 of 533 ~ 36.02%
B 128 of 533 ~ 24.02'%

%39.96
%36.02
%24.02

CMYK color model

#D5C080 color CMYK value is (0,10,40,16).

  • cyan value is 0.00%
  • magenta value is 9.86%
  • yellow value is 39.91%
  • key color value is 16.47%

CMYK: (0,10,40,16)
C0M10Y40K16 (0%, 10%, 40%, 16%)
(0.00 / 0.10 / 0.40 / 0.16)

CMYK percentages

%0
%9.86
%39.91
%16.47

Codes

Color #D5C080 in popluar color models

D5 C0 80
RGB 213 192 128
HSL 45° 50.30% 66.86%
HSB/HSV 45° 39.91% 83.53%
CMYK 0.00% 9.86% 39.91%
16.47%

Color #D5C080 in popluar number systems.

HEX D5 C0 80
Decimal 213 192 128
Binary 11010101 11000000 10000000
Octal 325 300 200

Shades and tints

Shades of #D5C080

#D5C080
(213,192,128)
#C2AF75
(194,175,117)
#AF9E6A
(175,158,106)
#9C8D5F
(156,141,95)
#897C54
(137,124,84)
#766B49
(118,107,73)
#635A3E
(99,90,62)
#504933
(80,73,51)
#3D3828
(61,56,40)
#2A271D
(42,39,29)
#171612
(23,22,18)
#000000
(0,0,0)

Tints of #D5C080

#D5C080
(213,192,128)
#D8C58B
(216,197,139)
#DBCA96
(219,202,150)
#DECFA1
(222,207,161)
#E1D4AC
(225,212,172)
#E4D9B7
(228,217,183)
#E7DEC2
(231,222,194)
#EAE3CD
(234,227,205)
#EDE8D8
(237,232,216)
#F0EDE3
(240,237,227)
#F3F2EE
(243,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C080 color. Also use rgb(213,192,128) instead hex code.

Text Font Color

.myTextColor { color: #D5C080; }

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

This text font color is #D5C080.

Background Color

.myBgColor { background-color: #D5C080; }

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

This div background color is #D5C080.

Border color

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

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

This div border color is #D5C080.

Opacity

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

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

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

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

This text has shadow with #D5C080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C080.

Preview

Color preview on black background

This text has color #D5C080 on black background.


Color preview on white background

This text has color #D5C080 on white background.


Black color preview on #D5C080 background

This text has black color on #D5C080 background.


White color preview on #D5C080 background

This text has white color on #D5C080 background.


Related colors

Complementary color

Complementary color for #hex is #2A3F7F.


I love getcolorcode.com

Triadic colors

1 #80D5C0 and #C080D5 with #D5C080 are triadic colors.

2 #80C0D5 and #C0D580 with #D5C080 are triadic colors.