Html Css Color HEX #D0C872 Winter Hazel

📋 copy color: '#D0C872'

red 208 ◦ green 200 ◦ blue 114

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

Shades of Winter Hazel #D0C872

Tints of Winter Hazel #D0C872

RGB

 RED value IS 208 (81.64% from 255) = 39.85%

 GREEN value IS 200 (78.52% from 255) = 38.31%

 BLUE value IS 114 (44.92% from 255) = 21.84%

R = 39.85%
G = 38.31%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0C872 (or 0xD0C872) is known color: Winter Hazel. HEX triplet: D0, C8 and 72. RGB value is (208,200,114). Sum of RGB (Red+Green+Blue) = 208+200+114=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C872 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C872 is #2F378D. Grayscale: #C0C0C0. Windows color (decimal): -3094414 or 7522512. OLE color: 7522512.

HSL color Cylindrical-coordinate representation of color #D0C872: hue angle of 54.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0C872 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 200 114 -
CMYK 0 0.04 0.45 0.18
HSL 54.89º 0.5% 0.63% -
HSV(B) 54.89º 0.45% 0.82% -
XYZ 49.7 55.93 24.1 -
YUV 192.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 208 200 114 0 0.04 0.45 0.18 54.89 0.5 0.63
Hex D0 C8 72 0 4 2D 12 37 32 3F
Octal 320 310 162 0 4 55 22 67 62 77
Binary 11010000 11001000 1110010 0 100 101101 10010 110111 110010 111111

Color Harmonies of #D0C872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C872

Black with #D0C872

Text Example


Text Example

White with #D0C872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C872; }

 p { color: rgb(208,200,114); }

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

background-color css

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

 a { background-color: rgb(208,200,114); }

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

border-color css

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

 span { border-color: rgb(208,200,114); }

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