#D5C488

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

Shades of Winter Hazel #D5C488

Tints of Winter Hazel #D5C488

Color information

#D5C488 (or 0xD5C488) is unknown color: approx Winter Hazel. HEX triplet: D5, C4 and 88. RGB value is (213,196,136). Sum of RGB (Red+Green+Blue) = 213+196+136=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C488 is #2A3B77. Grayscale: #C2C2C2. Windows color (decimal): -2767736 or 8963285. OLE color: 8963285.

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

Color convert

RGB213196136-
CMYK00.080.360.16
HSL46.75º47.83%68.43%-
HSV(B)46.75º36.15%83.53%-
XYZ51.6255.431.27-
YUV194.2495.13141.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 136 (53.52% from 255) = 24.95%
R=39.08%
G=35.96%
B=24.95%

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
Decimal21319613600.080.360.1646.7547.8368.43
HexD5C4880824102f3044
Octal32530421001044205760104
Binary11010101110001001000100001000100100100001011111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C488; }

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

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

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

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

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

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

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

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