#D1AB93

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

Shades of Cashmere #D1AB93

Tints of Cashmere #D1AB93

Color information

#D1AB93 (or 0xD1AB93) is unknown color: approx Cashmere. HEX triplet: D1, AB and 93. RGB value is (209,171,147). Sum of RGB (Red+Green+Blue) = 209+171+147=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB93 is #2E546C. Grayscale: #B3B3B3. Windows color (decimal): -3036269 or 9677777. OLE color: 9677777.

HSL color Cylindrical-coordinate representation of color #D1AB93: hue angle of 23.23º 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 #D1AB93 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB209171147-
CMYK00.180.300.18
HSL23.23º40.26%69.8%-
HSV(B)23.23º29.67%81.96%-
XYZ46.1244.7933.82-
YUV179.63109.59148.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=39.66%
G=32.45%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917114700.180.300.1823.2340.2669.8
HexD1AB930121E12172846
Octal32125322302236222750106
Binary1101000110101011100100110100101111010010101111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB93; }

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

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

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

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

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

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

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

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