Html Css Color HEX #D0C278 Winter Hazel

📋 copy color: '#D0C278'

red 208 ◦ green 194 ◦ blue 120

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

Shades of Winter Hazel #D0C278

Tints of Winter Hazel #D0C278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.16%

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

R = 39.85%
G = 37.16%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0C278 (or 0xD0C278) is known color: Winter Hazel. HEX triplet: D0, C2 and 78. RGB value is (208,194,120). Sum of RGB (Red+Green+Blue) = 208+194+120=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C278 is #2F3D87. Grayscale: #BEBEBE. Windows color (decimal): -3095944 or 7914192. OLE color: 7914192.

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

Color convert

RGB 208 194 120 -
CMYK 0 0.07 0.42 0.18
HSL 50.45º 0.48% 0.64% -
HSV(B) 50.45º 0.42% 0.82% -
XYZ 48.69 53.35 25.5 -
YUV 189.75 88.64 141.02 -
System Red Green Blue C M Y K H S L
Decimal 208 194 120 0 0.07 0.42 0.18 50.45 0.48 0.64
Hex D0 C2 78 0 7 2A 12 32 30 40
Octal 320 302 170 0 7 52 22 62 60 100
Binary 11010000 11000010 1111000 0 111 101010 10010 110010 110000 1000000

Color Harmonies of #D0C278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C278

Black with #D0C278

Text Example


Text Example

White with #D0C278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C278; }

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

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

background-color css

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

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

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

border-color css

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

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

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