#D5C88C

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

Shades of Winter Hazel #D5C88C

Tints of Winter Hazel #D5C88C

Color information

#D5C88C (or 0xD5C88C) is unknown color: approx Winter Hazel. HEX triplet: D5, C8 and 8C. RGB value is (213,200,140). Sum of RGB (Red+Green+Blue) = 213+200+140=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C88C is #2A3773. Grayscale: #C5C5C5. Windows color (decimal): -2766708 or 9226453. OLE color: 9226453.

HSL color Cylindrical-coordinate representation of color #D5C88C: hue angle of 49.32º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5C88C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB213200140-
CMYK00.060.340.16
HSL49.32º46.5%69.22%-
HSV(B)49.32º34.27%83.53%-
XYZ52.8357.3533.1-
YUV197.0595.81139.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 140 (55.08% from 255) = 25.32%
R=38.52%
G=36.17%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320014000.060.340.1649.3246.569.22
HexD5C88C062210312e45
Octal3253102140642206156105
Binary1101010111001000100011000110100010100001100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C88C; }

 p { color: rgb(213,200,140); }

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

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

 a { background-color: rgb(213,200,140); }

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

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

 span { border-color: rgb(213,200,140); }

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