#D5CE88

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

Shades of Winter Hazel #D5CE88

Tints of Winter Hazel #D5CE88

Color information

#D5CE88 (or 0xD5CE88) is unknown color: approx Winter Hazel. HEX triplet: D5, CE and 88. RGB value is (213,206,136). Sum of RGB (Red+Green+Blue) = 213+206+136=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 136 (53.52% from 255 or 24.50% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE88 is #2A3177. Grayscale: #C8C8C8. Windows color (decimal): -2765176 or 8965845. OLE color: 8965845.

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

Color convert

RGB213206136-
CMYK00.030.360.16
HSL54.55º47.83%68.43%-
HSV(B)54.55º36.15%83.53%-
XYZ53.9660.0732.04-
YUV200.1191.82137.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 136 (53.52% from 255) = 24.50%
R=38.38%
G=37.12%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320613600.030.360.1654.5547.8368.43
HexD5CE88032410373044
Octal3253162100344206760104
Binary110101011100111010001000011100100100001101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CE88; }

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

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

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

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

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

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

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

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