#D1AF92

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

Shades of Cashmere #D1AF92

Tints of Cashmere #D1AF92

Color information

#D1AF92 (or 0xD1AF92) is unknown color: approx Cashmere. HEX triplet: D1, AF and 92. RGB value is (209,175,146). Sum of RGB (Red+Green+Blue) = 209+175+146=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AF92 is #2E506D. Grayscale: #B6B6B6. Windows color (decimal): -3035246 or 9613265. OLE color: 9613265.

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

Color convert

RGB209175146-
CMYK00.160.300.18
HSL27.62º40.65%69.61%-
HSV(B)27.62º30.14%81.96%-
XYZ46.8146.2933.66-
YUV181.86107.76147.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.43%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 146 (57.42% from 255) = 27.55%
R=39.43%
G=33.02%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917514600.160.300.1827.6240.6569.61
HexD1AF920101E121c2946
Octal32125722202036223451106
Binary1101000110101111100100100100001111010010111001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AF92; }

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

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

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

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

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

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

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

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