#D0C28E

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

Shades of Winter Hazel #D0C28E

Tints of Winter Hazel #D0C28E

Color information

#D0C28E (or 0xD0C28E) is unknown color: approx Winter Hazel. HEX triplet: D0, C2 and 8E. RGB value is (208,194,142). Sum of RGB (Red+Green+Blue) = 208+194+142=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C28E is #2F3D71. Grayscale: #C0C0C0. Windows color (decimal): -3095922 or 9355984. OLE color: 9355984.

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

Color convert

RGB208194142-
CMYK00.070.320.18
HSL47.27º41.25%68.63%-
HSV(B)47.27º31.73%81.57%-
XYZ50.1953.9533.36-
YUV192.2699.64139.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 142 (55.86% from 255) = 26.10%
R=38.24%
G=35.66%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819414200.070.320.1847.2741.2568.63
HexD0C28E0720122f2945
Octal3203022160740225751105
Binary1101000011000010100011100111100000100101011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C28E; }

 p { color: rgb(208,194,142); }

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

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

 a { background-color: rgb(208,194,142); }

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

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

 span { border-color: rgb(208,194,142); }

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