COLOR #D0C58D

HEX: #D0C58D RGB: (208,197,141)

Color info

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

RGB color model

#D0C58D color RGB value is (208,197,141).

RGB: (208,197,141) (82%, 77%, 55%)

RGB channels and saturation

R 208 of 255 = 82%
G 197 of 255 = 77%
B 141 of 255 = 55%

208
197
141

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

Portions of RGB colors in percentages

R + G + B = 208 + 197 + 141 = 546 (100%)
R 208 of 546 ~ 38.1%
G 197 of 546 ~ 36.08%
B 141 of 546 ~ 25.82'%

%38.1
%36.08
%25.82

CMYK color model

#D0C58D color CMYK value is (0,5,32,18).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 32.21%
  • key color value is 18.43%

CMYK: (0,5,32,18)
C0M5Y32K18 (0%, 5%, 32%, 18%)
(0.00 / 0.05 / 0.32 / 0.18)

CMYK percentages

%0
%5.29
%32.21
%18.43

Codes

Color #D0C58D in popluar color models

D0 C5 8D
RGB 208 197 141
HSL 50° 41.61% 68.43%
HSB/HSV 50° 32.21% 81.57%
CMYK 0.00% 5.29% 32.21%
18.43%

Color #D0C58D in popluar number systems.

HEX D0 C5 8D
Decimal 208 197 141
Binary 11010000 11000101 10001101
Octal 320 305 215

Shades and tints

Shades of #D0C58D

#D0C58D
(208,197,141)
#BEB481
(190,180,129)
#ACA375
(172,163,117)
#9A9269
(154,146,105)
#88815D
(136,129,93)
#767051
(118,112,81)
#645F45
(100,95,69)
#524E39
(82,78,57)
#403D2D
(64,61,45)
#2E2C21
(46,44,33)
#1C1B15
(28,27,21)
#000000
(0,0,0)

Tints of #D0C58D

#D0C58D
(208,197,141)
#D4CA97
(212,202,151)
#D8CFA1
(216,207,161)
#DCD4AB
(220,212,171)
#E0D9B5
(224,217,181)
#E4DEBF
(228,222,191)
#E8E3C9
(232,227,201)
#ECE8D3
(236,232,211)
#F0EDDD
(240,237,221)
#F4F2E7
(244,242,231)
#F8F7F1
(248,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C58D color. Also use rgb(208,197,141) instead hex code.

Text Font Color

.myTextColor { color: #D0C58D; }

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

This text font color is #D0C58D.

Background Color

.myBgColor { background-color: #D0C58D; }

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

This div background color is #D0C58D.

Border color

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

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

This div border color is #D0C58D.

Opacity

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

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

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

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

This text has shadow with #D0C58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C58D.

Preview

Color preview on black background

This text has color #D0C58D on black background.


Color preview on white background

This text has color #D0C58D on white background.


Black color preview on #D0C58D background

This text has black color on #D0C58D background.


White color preview on #D0C58D background

This text has white color on #D0C58D background.


Related colors

Complementary color

Complementary color for #hex is #2F3A72.


I love getcolorcode.com

Triadic colors

1 #8DD0C5 and #C58DD0 with #D0C58D are triadic colors.

2 #8DC5D0 and #C5D08D with #D0C58D are triadic colors.