#D5C288

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

Shades of Winter Hazel #D5C288

Tints of Winter Hazel #D5C288

Color information

#D5C288 (or 0xD5C288) is unknown color: approx Winter Hazel. HEX triplet: D5, C2 and 88. RGB value is (213,194,136). Sum of RGB (Red+Green+Blue) = 213+194+136=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 194 (76.17% from 255 or 35.73% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C288 is #2A3D77. Grayscale: #C1C1C1. Windows color (decimal): -2768248 or 8962773. OLE color: 8962773.

HSL color Cylindrical-coordinate representation of color #D5C288: hue angle of 45.19º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5C288 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213194136-
CMYK00.090.360.16
HSL45.19º47.83%68.43%-
HSV(B)45.19º36.15%83.53%-
XYZ51.1854.5131.12-
YUV193.0795.79142.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 194 (76.17% from 255) = 35.73%
BLUE value IS 136 (53.52% from 255) = 25.05%
R=39.23%
G=35.73%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319413600.090.360.1645.1947.8368.43
HexD5C2880924102d3044
Octal32530221001144205560104
Binary11010101110000101000100001001100100100001011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C288; }

 p { color: rgb(213,194,136); }

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

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

 a { background-color: rgb(213,194,136); }

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

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

 span { border-color: rgb(213,194,136); }

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