#D9B193

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

Shades of Cashmere #D9B193

Tints of Cashmere #D9B193

Color information

#D9B193 (or 0xD9B193) is unknown color: approx Cashmere. HEX triplet: D9, B1 and 93. RGB value is (217,177,147). Sum of RGB (Red+Green+Blue) = 217+177+147=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 147 (57.81% from 255 or 27.17% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B193 is #264E6C. Grayscale: #B9B9B9. Windows color (decimal): -2510445 or 9679321. OLE color: 9679321.

HSL color Cylindrical-coordinate representation of color #D9B193: hue angle of 25.71º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D9B193 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB217177147-
CMYK00.180.320.15
HSL25.71º47.95%71.37%-
HSV(B)25.71º32.26%85.1%-
XYZ49.648.334.31-
YUV185.54106.25150.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 177 (69.53% from 255) = 32.72%
BLUE value IS 147 (57.81% from 255) = 27.17%
R=40.11%
G=32.72%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717714700.180.320.1525.7147.9571.37
HexD9B19301220F1a3047
Octal33126122302240173260107
Binary1101100110110001100100110100101000001111110101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B193; }

 p { color: rgb(217,177,147); }

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

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

 a { background-color: rgb(217,177,147); }

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

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

 span { border-color: rgb(217,177,147); }

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