#D5C388

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

Shades of Winter Hazel #D5C388

Tints of Winter Hazel #D5C388

Color information

#D5C388 (or 0xD5C388) is unknown color: approx Winter Hazel. HEX triplet: D5, C3 and 88. RGB value is (213,195,136). Sum of RGB (Red+Green+Blue) = 213+195+136=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 136 (53.52% from 255 or 25% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C388 is #2A3C77. Grayscale: #C1C1C1. Windows color (decimal): -2767992 or 8963029. OLE color: 8963029.

HSL color Cylindrical-coordinate representation of color #D5C388: hue angle of 45.97º 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 #D5C388 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213195136-
CMYK00.080.360.16
HSL45.97º47.83%68.43%-
HSV(B)45.97º36.15%83.53%-
XYZ51.454.9531.19-
YUV193.6695.46141.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 136 (53.52% from 255) = 25%
R=39.15%
G=35.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319513600.080.360.1645.9747.8368.43
HexD5C3880824102e3044
Octal32530321001044205660104
Binary11010101110000111000100001000100100100001011101100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C388; }

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

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

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

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

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

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

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

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