#D1AF90

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

Shades of Cashmere #D1AF90

Tints of Cashmere #D1AF90

Color information

#D1AF90 (or 0xD1AF90) is unknown color: approx Cashmere. HEX triplet: D1, AF and 90. RGB value is (209,175,144). Sum of RGB (Red+Green+Blue) = 209+175+144=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF90 is #2E506F. Grayscale: #B5B5B5. Windows color (decimal): -3035248 or 9482193. OLE color: 9482193.

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

Color convert

RGB209175144-
CMYK00.160.310.18
HSL28.62º41.4%69.22%-
HSV(B)28.62º31.1%81.96%-
XYZ46.6646.2332.85-
YUV181.63106.76147.52-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.58%
GREEN value IS 175 (68.75% from 255) = 33.14%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=39.58%
G=33.14%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917514400.160.310.1828.6241.469.22
HexD1AF900101F121d2945
Octal32125722002037223551105
Binary1101000110101111100100000100001111110010111011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AF90; }

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

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

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

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

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

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

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

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