#D5B59C

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

Shades of Cashmere #D5B59C

Tints of Cashmere #D5B59C

Color information

#D5B59C (or 0xD5B59C) is unknown color: approx Cashmere. HEX triplet: D5, B5 and 9C. RGB value is (213,181,156). Sum of RGB (Red+Green+Blue) = 213+181+156=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B59C is #2A4A63. Grayscale: #BBBBBB. Windows color (decimal): -2771556 or 10270165. OLE color: 10270165.

HSL color Cylindrical-coordinate representation of color #D5B59C: hue angle of 26.32º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5B59C is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB213181156-
CMYK00.150.270.16
HSL26.32º40.43%72.35%-
HSV(B)26.32º26.76%83.53%-
XYZ49.9749.5938.39-
YUV187.72110.1146.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 181 (71.09% from 255) = 32.91%
BLUE value IS 156 (61.33% from 255) = 28.36%
R=38.73%
G=32.91%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318115600.150.270.1626.3240.4372.35
HexD5B59C0F1B101a2848
Octal32526523401733203250110
Binary110101011011010110011100011111101110000110101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B59C; }

 p { color: rgb(213,181,156); }

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

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

 a { background-color: rgb(213,181,156); }

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

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

 span { border-color: rgb(213,181,156); }

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