Html Css Color HEX #D0C478 Winter Hazel

📋 copy color: '#D0C478'

red 208 ◦ green 196 ◦ blue 120

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

Shades of Winter Hazel #D0C478

Tints of Winter Hazel #D0C478

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.4%

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

R = 39.69%
G = 37.4%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0C478 (or 0xD0C478) is known color: Winter Hazel. HEX triplet: D0, C4 and 78. RGB value is (208,196,120). Sum of RGB (Red+Green+Blue) = 208+196+120=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C478 is #2F3B87. Grayscale: #BFBFBF. Windows color (decimal): -3095432 or 7914704. OLE color: 7914704.

HSL color Cylindrical-coordinate representation of color #D0C478: hue angle of 51.82º 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 #D0C478 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 196 120 -
CMYK 0 0.06 0.42 0.18
HSL 51.82º 0.48% 0.64% -
HSV(B) 51.82º 0.42% 0.82% -
XYZ 49.14 54.25 25.65 -
YUV 190.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 208 196 120 0 0.06 0.42 0.18 51.82 0.48 0.64
Hex D0 C4 78 0 6 2A 12 34 30 40
Octal 320 304 170 0 6 52 22 64 60 100
Binary 11010000 11000100 1111000 0 110 101010 10010 110100 110000 1000000

Color Harmonies of #D0C478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C478

Black with #D0C478

Text Example


Text Example

White with #D0C478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C478; }

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

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

background-color css

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

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

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

border-color css

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

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

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