#D5B594

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

Shades of Cashmere #D5B594

Tints of Cashmere #D5B594

Color information

#D5B594 (or 0xD5B594) is unknown color: approx Cashmere. HEX triplet: D5, B5 and 94. RGB value is (213,181,148). Sum of RGB (Red+Green+Blue) = 213+181+148=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 148 (58.20% from 255 or 27.31% from 542); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B594 is #2A4A6B. Grayscale: #BABABA. Windows color (decimal): -2771564 or 9745877. OLE color: 9745877.

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

Color convert

RGB213181148-
CMYK00.150.310.16
HSL30.46º43.62%70.78%-
HSV(B)30.46º30.52%83.53%-
XYZ49.3149.3334.94-
YUV186.81106.1146.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.30%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 148 (58.20% from 255) = 27.31%
R=39.30%
G=33.39%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318114800.150.310.1630.4643.6270.78
HexD5B5940F1F101e2c47
Octal32526522401737203654107
Binary110101011011010110010100011111111110000111101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B594; }

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

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

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

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

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

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

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

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