#D0C18F

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

Shades of Winter Hazel #D0C18F

Tints of Winter Hazel #D0C18F

Color information

#D0C18F (or 0xD0C18F) is unknown color: approx Winter Hazel. HEX triplet: D0, C1 and 8F. RGB value is (208,193,143). Sum of RGB (Red+Green+Blue) = 208+193+143=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C18F is #2F3E70. Grayscale: #BFBFBF. Windows color (decimal): -3096177 or 9421264. OLE color: 9421264.

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

Color convert

RGB208193143-
CMYK00.070.310.18
HSL46.15º40.88%68.82%-
HSV(B)46.15º31.25%81.57%-
XYZ50.0453.5333.68-
YUV191.78100.47139.57-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.24%
GREEN value IS 193 (75.78% from 255) = 35.48%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=38.24%
G=35.48%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819314300.070.310.1846.1540.8868.82
HexD0C18F071F122e2945
Octal3203012170737225651105
Binary110100001100000110001111011111111100101011101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C18F; }

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

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

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

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

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

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

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

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