Html Css Color HEX #D0C878 Winter Hazel

📋 copy color: '#D0C878'

red 208 ◦ green 200 ◦ blue 120

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

Shades of Winter Hazel #D0C878

Tints of Winter Hazel #D0C878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.73%

R = 39.39%
G = 37.88%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0C878 (or 0xD0C878) is known color: Winter Hazel. HEX triplet: D0, C8 and 78. RGB value is (208,200,120). Sum of RGB (Red+Green+Blue) = 208+200+120=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 120 (47.27% from 255 or 22.73% from 528); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C878 is #2F3787. Grayscale: #C1C1C1. Windows color (decimal): -3094408 or 7915728. OLE color: 7915728.

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

Color convert

RGB 208 200 120 -
CMYK 0 0.04 0.42 0.18
HSL 54.55º 0.48% 0.64% -
HSV(B) 54.55º 0.42% 0.82% -
XYZ 50.06 56.07 25.95 -
YUV 193.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 208 200 120 0 0.04 0.42 0.18 54.55 0.48 0.64
Hex D0 C8 78 0 4 2A 12 37 30 40
Octal 320 310 170 0 4 52 22 67 60 100
Binary 11010000 11001000 1111000 0 100 101010 10010 110111 110000 1000000

Color Harmonies of #D0C878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C878

Black with #D0C878

Text Example


Text Example

White with #D0C878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C878; }

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

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

background-color css

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

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

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

border-color css

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

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

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