#D1A990

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

Shades of Cashmere #D1A990

Tints of Cashmere #D1A990

Color information

#D1A990 (or 0xD1A990) is unknown color: approx Cashmere. HEX triplet: D1, A9 and 90. RGB value is (209,169,144). Sum of RGB (Red+Green+Blue) = 209+169+144=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1A990 is #2E566F. Grayscale: #B2B2B2. Windows color (decimal): -3036784 or 9480657. OLE color: 9480657.

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

Color convert

RGB209169144-
CMYK00.190.310.18
HSL23.08º41.4%69.22%-
HSV(B)23.08º31.1%81.96%-
XYZ45.5243.9432.47-
YUV178.11108.75150.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 40.04%
GREEN value IS 169 (66.41% from 255) = 32.38%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=40.04%
G=32.38%
B=27.59%

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
Decimal20916914400.190.310.1823.0841.469.22
HexD1A9900131F12172945
Octal32125122002337222751105
Binary1101000110101001100100000100111111110010101111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A990; }

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

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

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

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

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

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

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

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