Html Css Color HEX #D0C871 Winter Hazel

📋 copy color: '#D0C871'

red 208 ◦ green 200 ◦ blue 113

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

Shades of Winter Hazel #D0C871

Tints of Winter Hazel #D0C871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.69%

R = 39.92%
G = 38.39%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0C871 (or 0xD0C871) is known color: Winter Hazel. HEX triplet: D0, C8 and 71. RGB value is (208,200,113). Sum of RGB (Red+Green+Blue) = 208+200+113=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C871 is #2F378E. Grayscale: #C0C0C0. Windows color (decimal): -3094415 or 7456976. OLE color: 7456976.

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

Color convert

RGB 208 200 113 -
CMYK 0 0.04 0.46 0.18
HSL 54.95º 0.5% 0.63% -
HSV(B) 54.95º 0.46% 0.82% -
XYZ 49.65 55.91 23.8 -
YUV 192.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 208 200 113 0 0.04 0.46 0.18 54.95 0.5 0.63
Hex D0 C8 71 0 4 2E 12 37 32 3F
Octal 320 310 161 0 4 56 22 67 62 77
Binary 11010000 11001000 1110001 0 100 101110 10010 110111 110010 111111

Color Harmonies of #D0C871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C871

Black with #D0C871

Text Example


Text Example

White with #D0C871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C871; }

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

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

background-color css

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

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

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

border-color css

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

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

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