#D1AF9E

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

Shades of Cashmere #D1AF9E

Tints of Cashmere #D1AF9E

Color information

#D1AF9E (or 0xD1AF9E) is unknown color: approx Cashmere. HEX triplet: D1, AF and 9E. RGB value is (209,175,158). Sum of RGB (Red+Green+Blue) = 209+175+158=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF9E is #2E5061. Grayscale: #B7B7B7. Windows color (decimal): -3035234 or 10399697. OLE color: 10399697.

HSL color Cylindrical-coordinate representation of color #D1AF9E: hue angle of 20º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1AF9E is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB209175158-
CMYK00.160.240.18
HSL20º35.66%71.96%-
HSV(B)20º24.4%81.96%-
XYZ47.846.6838.84-
YUV183.23113.76146.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=38.56%
G=32.29%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917515800.160.240.182035.6671.96
HexD1AF9E0101812142448
Octal32125723602030222444110
Binary1101000110101111100111100100001100010010101001001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AF9E; }

 p { color: rgb(209,175,158); }

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

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

 a { background-color: rgb(209,175,158); }

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

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

 span { border-color: rgb(209,175,158); }

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