#D0C192

Color #D0C192 Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #D0C192

Tints of Winter Hazel #D0C192

Color information

#D0C192 (or 0xD0C192) is unknown color: approx Winter Hazel. HEX triplet: D0, C1 and 92. RGB value is (208,193,146). Sum of RGB (Red+Green+Blue) = 208+193+146=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C192 is #2F3E6D. Grayscale: #C0C0C0. Windows color (decimal): -3096174 or 9617872. OLE color: 9617872.

HSL color Cylindrical-coordinate representation of color #D0C192: hue angle of 45.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0C192 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208193146-
CMYK00.070.300.18
HSL45.48º39.74%69.41%-
HSV(B)45.48º29.81%81.57%-
XYZ50.2753.6334.9-
YUV192.13101.97139.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.03%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=38.03%
G=35.28%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819314600.070.300.1845.4839.7469.41
HexD0C192071E122d2845
Octal3203012220736225550105
Binary110100001100000110010010011111110100101011011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C192; }

 p { color: rgb(208,193,146); }

 H1.HeaderClassName
 {
   color: #D0C192;
 }
 .AnyTagClassName
 {
   color: #D0C192;
 }
</style>
background-color css

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

 a { background-color: rgb(208,193,146); }

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

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

 span { border-color: rgb(208,193,146); }

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