#D1A991

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

Shades of Cashmere #D1A991

Tints of Cashmere #D1A991

Color information

#D1A991 (or 0xD1A991) is unknown color: approx Cashmere. HEX triplet: D1, A9 and 91. RGB value is (209,169,145). Sum of RGB (Red+Green+Blue) = 209+169+145=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A991 is #2E566E. Grayscale: #B2B2B2. Windows color (decimal): -3036783 or 9546193. OLE color: 9546193.

HSL color Cylindrical-coordinate representation of color #D1A991: hue angle of 22.5º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D1A991 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB209169145-
CMYK00.190.310.18
HSL22.5º41.03%69.41%-
HSV(B)22.5º30.62%81.96%-
XYZ45.5943.9832.87-
YUV178.22109.25149.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.96%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 145 (57.03% from 255) = 27.72%
R=39.96%
G=32.31%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916914500.190.310.1822.541.0369.41
HexD1A9910131F12172945
Octal32125122102337222751105
Binary1101000110101001100100010100111111110010101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A991; }

 p { color: rgb(209,169,145); }

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

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

 a { background-color: rgb(209,169,145); }

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

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

 span { border-color: rgb(209,169,145); }

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