#D1B193

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

Shades of Cashmere #D1B193

Tints of Cashmere #D1B193

Color information

#D1B193 (or 0xD1B193) is unknown color: approx Cashmere. HEX triplet: D1, B1 and 93. RGB value is (209,177,147). Sum of RGB (Red+Green+Blue) = 209+177+147=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B193 is #2E4E6C. Grayscale: #B7B7B7. Windows color (decimal): -3034733 or 9679313. OLE color: 9679313.

HSL color Cylindrical-coordinate representation of color #D1B193: hue angle of 29.03º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D1B193 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209177147-
CMYK00.150.300.18
HSL29.03º40.26%69.8%-
HSV(B)29.03º29.67%81.96%-
XYZ47.2847.1134.2-
YUV183.15107.6146.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=39.21%
G=33.21%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917714700.150.300.1829.0340.2669.8
HexD1B1930F1E121d2846
Octal32126122301736223550106
Binary110100011011000110010011011111111010010111011010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1B193; }

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

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

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

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

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

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

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

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