Html Css Color HEX #D0C773 Winter Hazel

📋 copy color: '#D0C773'

red 208 ◦ green 199 ◦ blue 115

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

Shades of Winter Hazel #D0C773

Tints of Winter Hazel #D0C773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.03%

R = 39.85%
G = 38.12%
B = 22.03%

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

#D0C773 (or 0xD0C773) is known color: Winter Hazel. HEX triplet: D0, C7 and 73. RGB value is (208,199,115). Sum of RGB (Red+Green+Blue) = 208+199+115=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 199 (78.12% from 255 or 38.12% from 522); Blue value is 115 (45.31% from 255 or 22.03% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C773 is #2F388C. Grayscale: #C0C0C0. Windows color (decimal): -3094669 or 7587792. OLE color: 7587792.

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

Color convert

RGB 208 199 115 -
CMYK 0 0.04 0.45 0.18
HSL 54.19º 0.5% 0.63% -
HSV(B) 54.19º 0.45% 0.82% -
XYZ 49.53 55.49 24.32 -
YUV 192.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 208 199 115 0 0.04 0.45 0.18 54.19 0.5 0.63
Hex D0 C7 73 0 4 2D 12 36 32 3F
Octal 320 307 163 0 4 55 22 66 62 77
Binary 11010000 11000111 1110011 0 100 101101 10010 110110 110010 111111

Color Harmonies of #D0C773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C773

Black with #D0C773

Text Example


Text Example

White with #D0C773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C773; }

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

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

background-color css

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

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

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

border-color css

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

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

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