Html Css Color HEX #D0C078 Winter Hazel

📋 copy color: '#D0C078'

red 208 ◦ green 192 ◦ blue 120

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

Shades of Winter Hazel #D0C078

Tints of Winter Hazel #D0C078

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.92%

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

R = 40%
G = 36.92%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0C078 (or 0xD0C078) is known color: Winter Hazel. HEX triplet: D0, C0 and 78. RGB value is (208,192,120). Sum of RGB (Red+Green+Blue) = 208+192+120=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 120 (47.27% from 255 or 23.08% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C078 is #2F3F87. Grayscale: #BCBCBC. Windows color (decimal): -3096456 or 7913680. OLE color: 7913680.

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

Color convert

RGB 208 192 120 -
CMYK 0 0.08 0.42 0.18
HSL 49.09º 0.48% 0.64% -
HSV(B) 49.09º 0.42% 0.82% -
XYZ 48.25 52.47 25.35 -
YUV 188.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 208 192 120 0 0.08 0.42 0.18 49.09 0.48 0.64
Hex D0 C0 78 0 8 2A 12 31 30 40
Octal 320 300 170 0 10 52 22 61 60 100
Binary 11010000 11000000 1111000 0 1000 101010 10010 110001 110000 1000000

Color Harmonies of #D0C078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C078

Black with #D0C078

Text Example


Text Example

White with #D0C078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C078; }

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

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

background-color css

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

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

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

border-color css

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

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

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