COLOR #D0C38F

HEX: #D0C38F
RGB: (208,195,143)

Color info

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

RGB color model

#D0C38F color RGB value is (208,195,143).

  • red value is 208;
  • green value is 195;
  • blue value is 143.
RGB:
(208,195,143)
(82%,76%,56%)

RGB channels and saturation

R 208 of 255 = 82%
G 195 of 255 = 76%
B 143 of 255 = 56%

208
195
143

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

Portions of RGB colors in percentages

R + G + B =
208 + 195 + 143 = 546 (100%)
R 208 of 546 ~ 38.1%
G 195 of 546 ~ 35.71%
B 143 of 546 ~ 26.19%

%38.1
%35.71
%26.19

CMYK color model

#D0C38F color CMYK value is (0,6,31,18).

  • cyan value is 0.00%
  • magenta value is 6.25%
  • yellow value is 31.25%
  • key color value is 18.43%
CMYK:
(0,6,31,18)
C0M6Y31K18 
(0%,6%,31%,18%)
(0.00/0.06/0.31/0.18)	

CMYK percentages

%0
%6.25
%31.25
%18.43

Codes

Color #D0C38F in popluar color models

D0C38F
RGB208195143
HSL48°40.88%68.82%
HSB/HSV48°31.25%81.57%
CMYK0.00%6.25%31.25%
18.43%

Color #D0C38F in popluar number systems.

HEXD0C38F
Decimal208195143
Binary110100001100001110001111
Octal320303217

Shades and tints

Shades of #D0C38F

#D0C38F
(208,195,143)
#BEB282
(190,178,130)
#ACA175
(172,161,117)
#9A9068
(154,144,104)
#887F5B
(136,127,91)
#766E4E
(118,110,78)
#645D41
(100,93,65)
#524C34
(82,76,52)
#403B27
(64,59,39)
#2E2A1A
(46,42,26)
#1C190D
(28,25,13)
#000000
(0,0,0)

Tints of #D0C38F

#D0C38F
(208,195,143)
#D4C899
(212,200,153)
#D8CDA3
(216,205,163)
#DCD2AD
(220,210,173)
#E0D7B7
(224,215,183)
#E4DCC1
(228,220,193)
#E8E1CB
(232,225,203)
#ECE6D5
(236,230,213)
#F0EBDF
(240,235,223)
#F4F0E9
(244,240,233)
#F8F5F3
(248,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C38F color. Also use rgb(208,195,143) instead hex code.

Text Font Color

.myTextColor { color: #D0C38F; }

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

This text font color is #D0C38F.


Background Color

.myBgColor { background-color: #D0C38F; }

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

This div background color is #D0C38F.


Border color

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

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

This div border color is #D0C38F.


Opacity

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

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

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

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

This text has shadow with #D0C38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C38F on black background.


Color preview on white background

This text has color #D0C38F on white background.



Black color preview on #D0C38F background

This text has black color on #D0C38F background.


White color preview on #D0C38F background

This text has white color on #D0C38F background.