Html Css Color HEX #D0C873 Winter Hazel

📋 copy color: '#D0C873'

red 208 ◦ green 200 ◦ blue 115

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

Shades of Winter Hazel #D0C873

Tints of Winter Hazel #D0C873

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.24%

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

R = 39.77%
G = 38.24%
B = 21.99%

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

#D0C873 (or 0xD0C873) is known color: Winter Hazel. HEX triplet: D0, C8 and 73. RGB value is (208,200,115). Sum of RGB (Red+Green+Blue) = 208+200+115=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 200 (78.52% from 255 or 38.24% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C873 is #2F378C. Grayscale: #C1C1C1. Windows color (decimal): -3094413 or 7588048. OLE color: 7588048.

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

Color convert

RGB 208 200 115 -
CMYK 0 0.04 0.45 0.18
HSL 54.84º 0.5% 0.63% -
HSV(B) 54.84º 0.45% 0.82% -
XYZ 49.76 55.96 24.4 -
YUV 192.7 84.15 138.91 -
System Red Green Blue C M Y K H S L
Decimal 208 200 115 0 0.04 0.45 0.18 54.84 0.5 0.63
Hex D0 C8 73 0 4 2D 12 37 32 3F
Octal 320 310 163 0 4 55 22 67 62 77
Binary 11010000 11001000 1110011 0 100 101101 10010 110111 110010 111111

Color Harmonies of #D0C873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C873

Black with #D0C873

Text Example


Text Example

White with #D0C873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C873; }

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

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

background-color css

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

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

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

border-color css

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

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

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