Html Css Color HEX #D4CC8D Winter Hazel

📋 copy color: '#D4CC8D'

red 212 ◦ green 204 ◦ blue 141

#D4CC8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #D4CC8D

Tints of Winter Hazel #D4CC8D

RGB

 RED value IS 212 (83.2% from 255) = 38.06%

 GREEN value IS 204 (80.08% from 255) = 36.62%

 BLUE value IS 141 (55.47% from 255) = 25.31%

R = 38.06%
G = 36.62%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4CC8D (or 0xD4CC8D) is known color: Winter Hazel. HEX triplet: D4, CC and 8D. RGB value is (212,204,141). Sum of RGB (Red+Green+Blue) = 212+204+141=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CC8D is #2B3372. Grayscale: #C7C7C7. Windows color (decimal): -2831219 or 9293012. OLE color: 9293012.

HSL color Cylindrical-coordinate representation of color #D4CC8D: hue angle of 53.24º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4CC8D is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 141 -
CMYK 0 0.04 0.33 0.17
HSL 53.24º 0.45% 0.69% -
HSV(B) 53.24º 0.33% 0.83% -
XYZ 53.55 59.11 33.79 -
YUV 199.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 212 204 141 0 0.04 0.33 0.17 53.24 0.45 0.69
Hex D4 CC 8D 0 4 21 11 35 2D 45
Octal 324 314 215 0 4 41 21 65 55 105
Binary 11010100 11001100 10001101 0 100 100001 10001 110101 101101 1000101

Color Harmonies of #D4CC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CC8D

Black with #D4CC8D

Text Example


Text Example

White with #D4CC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CC8D; }

 p { color: rgb(212,204,141); }

 H1.HeaderClassName
 {
   color: #D4CC8D;
 }
 .AnyTagClassName
 {
   color: #D4CC8D;
 }
</style>

background-color css

<style>
 a { background-color: #D4CC8D; }

 a { background-color: rgb(212,204,141); }

 div.DivClassName
 {
   background-color: #D4CC8D;
 }
 .BgClassName
 {
   background-color: #D4CC8D;
 }
</style>

border-color css

<style>
 span { border-color: #D4CC8D; }

 span { border-color: rgb(212,204,141); }

 td.TdClassName
 {
   border-color: #D4CC8D;
 }
 .TagClassName
 {
   border-color: #D4CC8D;
 }
</style>