Html Css Color HEX #D0C972 Winter Hazel

📋 copy color: '#D0C972'

red 208 ◦ green 201 ◦ blue 114

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

Shades of Winter Hazel #D0C972

Tints of Winter Hazel #D0C972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.8%

R = 39.77%
G = 38.43%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0C972 (or 0xD0C972) is known color: Winter Hazel. HEX triplet: D0, C9 and 72. RGB value is (208,201,114). Sum of RGB (Red+Green+Blue) = 208+201+114=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C972 is #2F368D. Grayscale: #C1C1C1. Windows color (decimal): -3094158 or 7522768. OLE color: 7522768.

HSL color Cylindrical-coordinate representation of color #D0C972: hue angle of 55.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D0C972 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 114 -
CMYK 0 0.03 0.45 0.18
HSL 55.53º 0.5% 0.63% -
HSV(B) 55.53º 0.45% 0.82% -
XYZ 49.94 56.4 24.17 -
YUV 193.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 208 201 114 0 0.03 0.45 0.18 55.53 0.5 0.63
Hex D0 C9 72 0 3 2D 12 38 32 3F
Octal 320 311 162 0 3 55 22 70 62 77
Binary 11010000 11001001 1110010 0 11 101101 10010 111000 110010 111111

Color Harmonies of #D0C972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C972

Black with #D0C972

Text Example


Text Example

White with #D0C972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C972; }

 p { color: rgb(208,201,114); }

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

background-color css

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

 a { background-color: rgb(208,201,114); }

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

border-color css

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

 span { border-color: rgb(208,201,114); }

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