#D5C88B

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

Shades of Winter Hazel #D5C88B

Tints of Winter Hazel #D5C88B

Color information

#D5C88B (or 0xD5C88B) is unknown color: approx Winter Hazel. HEX triplet: D5, C8 and 8B. RGB value is (213,200,139). Sum of RGB (Red+Green+Blue) = 213+200+139=552 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.59% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 139 (54.69% from 255 or 25.18% from 552); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C88B is #2A3774. Grayscale: #C5C5C5. Windows color (decimal): -2766709 or 9160917. OLE color: 9160917.

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

Color convert

RGB213200139-
CMYK00.060.350.16
HSL49.46º46.84%69.02%-
HSV(B)49.46º34.74%83.53%-
XYZ52.7657.3232.71-
YUV196.9395.31139.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.59%
GREEN value IS 200 (78.52% from 255) = 36.23%
BLUE value IS 139 (54.69% from 255) = 25.18%
R=38.59%
G=36.23%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320013900.060.350.1649.4646.8469.02
HexD5C88B062310312f45
Octal3253102130643206157105
Binary1101010111001000100010110110100011100001100011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C88B; }

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

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

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

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

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

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

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

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