Html Css Color HEX #D0C279 Winter Hazel

📋 copy color: '#D0C279'

red 208 ◦ green 194 ◦ blue 121

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

Shades of Winter Hazel #D0C279

Tints of Winter Hazel #D0C279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.14%

R = 39.77%
G = 37.09%
B = 23.14%

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

#D0C279 (or 0xD0C279) is known color: Winter Hazel. HEX triplet: D0, C2 and 79. RGB value is (208,194,121). Sum of RGB (Red+Green+Blue) = 208+194+121=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C279 is #2F3D86. Grayscale: #BEBEBE. Windows color (decimal): -3095943 or 7979728. OLE color: 7979728.

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

Color convert

RGB 208 194 121 -
CMYK 0 0.07 0.42 0.18
HSL 50.34º 0.48% 0.65% -
HSV(B) 50.34º 0.42% 0.82% -
XYZ 48.76 53.37 25.82 -
YUV 189.86 89.14 140.94 -
System Red Green Blue C M Y K H S L
Decimal 208 194 121 0 0.07 0.42 0.18 50.34 0.48 0.65
Hex D0 C2 79 0 7 2A 12 32 30 41
Octal 320 302 171 0 7 52 22 62 60 101
Binary 11010000 11000010 1111001 0 111 101010 10010 110010 110000 1000001

Color Harmonies of #D0C279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C279

Black with #D0C279

Text Example


Text Example

White with #D0C279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C279; }

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

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

background-color css

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

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

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

border-color css

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

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

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