#D1AB92

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

Shades of Cashmere #D1AB92

Tints of Cashmere #D1AB92

Color information

#D1AB92 (or 0xD1AB92) is unknown color: approx Cashmere. HEX triplet: D1, AB and 92. RGB value is (209,171,146). Sum of RGB (Red+Green+Blue) = 209+171+146=526 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.73% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AB92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AB92 is #2E546D. Grayscale: #B3B3B3. Windows color (decimal): -3036270 or 9612241. OLE color: 9612241.

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

Color convert

RGB209171146-
CMYK00.180.300.18
HSL23.81º40.65%69.61%-
HSV(B)23.81º30.14%81.96%-
XYZ46.0544.7633.41-
YUV179.51109.09149.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.73%
GREEN value IS 171 (67.19% from 255) = 32.51%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=39.73%
G=32.51%
B=27.76%

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
Decimal20917114600.180.300.1823.8140.6569.61
HexD1AB920121E12182946
Octal32125322202236223051106
Binary1101000110101011100100100100101111010010110001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AB92; }

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

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

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

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

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

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

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

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