Html Css Color HEX #D2C979 Winter Hazel

📋 copy color: '#D2C979'

red 210 ◦ green 201 ◦ blue 121

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

Shades of Winter Hazel #D2C979

Tints of Winter Hazel #D2C979

RGB

 RED value IS 210 (82.42% from 255) = 39.47%

 GREEN value IS 201 (78.91% from 255) = 37.78%

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

R = 39.47%
G = 37.78%
B = 22.74%

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

#D2C979 (or 0xD2C979) is known color: Winter Hazel. HEX triplet: D2, C9 and 79. RGB value is (210,201,121). Sum of RGB (Red+Green+Blue) = 210+201+121=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C979 is #2D3686. Grayscale: #C2C2C2. Windows color (decimal): -2963079 or 7981522. OLE color: 7981522.

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

Color convert

RGB 210 201 121 -
CMYK 0 0.04 0.42 0.18
HSL 53.93º 0.5% 0.65% -
HSV(B) 53.93º 0.42% 0.82% -
XYZ 50.92 56.86 26.38 -
YUV 194.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 210 201 121 0 0.04 0.42 0.18 53.93 0.5 0.65
Hex D2 C9 79 0 4 2A 12 36 32 41
Octal 322 311 171 0 4 52 22 66 62 101
Binary 11010010 11001001 1111001 0 100 101010 10010 110110 110010 1000001

Color Harmonies of #D2C979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C979

Black with #D2C979

Text Example


Text Example

White with #D2C979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C979; }

 p { color: rgb(210,201,121); }

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

background-color css

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

 a { background-color: rgb(210,201,121); }

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

border-color css

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

 span { border-color: rgb(210,201,121); }

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