Html Css Color HEX #D0C772 Winter Hazel

📋 copy color: '#D0C772'

red 208 ◦ green 199 ◦ blue 114

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

Shades of Winter Hazel #D0C772

Tints of Winter Hazel #D0C772

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.2%

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

R = 39.92%
G = 38.2%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0C772 (or 0xD0C772) is known color: Winter Hazel. HEX triplet: D0, C7 and 72. RGB value is (208,199,114). Sum of RGB (Red+Green+Blue) = 208+199+114=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C772 is #2F388D. Grayscale: #C0C0C0. Windows color (decimal): -3094670 or 7522256. OLE color: 7522256.

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

Color convert

RGB 208 199 114 -
CMYK 0 0.04 0.45 0.18
HSL 54.26º 0.5% 0.63% -
HSV(B) 54.26º 0.45% 0.82% -
XYZ 49.47 55.47 24.02 -
YUV 192 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 208 199 114 0 0.04 0.45 0.18 54.26 0.5 0.63
Hex D0 C7 72 0 4 2D 12 36 32 3F
Octal 320 307 162 0 4 55 22 66 62 77
Binary 11010000 11000111 1110010 0 100 101101 10010 110110 110010 111111

Color Harmonies of #D0C772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C772

Black with #D0C772

Text Example


Text Example

White with #D0C772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C772; }

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

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

background-color css

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

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

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

border-color css

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

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

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