#D5C688

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

Shades of Winter Hazel #D5C688

Tints of Winter Hazel #D5C688

Color information

#D5C688 (or 0xD5C688) is unknown color: approx Winter Hazel. HEX triplet: D5, C6 and 88. RGB value is (213,198,136). Sum of RGB (Red+Green+Blue) = 213+198+136=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 136 (53.52% from 255 or 24.86% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C688 is #2A3977. Grayscale: #C3C3C3. Windows color (decimal): -2767224 or 8963797. OLE color: 8963797.

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

Color convert

RGB213198136-
CMYK00.070.360.16
HSL48.31º47.83%68.43%-
HSV(B)48.31º36.15%83.53%-
XYZ52.0856.3131.42-
YUV195.4294.47140.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.94%
GREEN value IS 198 (77.73% from 255) = 36.20%
BLUE value IS 136 (53.52% from 255) = 24.86%
R=38.94%
G=36.20%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319813600.070.360.1648.3147.8368.43
HexD5C688072410303044
Octal3253062100744206060104
Binary1101010111000110100010000111100100100001100001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C688; }

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

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

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

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

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

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

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

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