#D1AC98

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

Shades of Cashmere #D1AC98

Tints of Cashmere #D1AC98

Color information

#D1AC98 (or 0xD1AC98) is unknown color: approx Cashmere. HEX triplet: D1, AC and 98. RGB value is (209,172,152). Sum of RGB (Red+Green+Blue) = 209+172+152=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AC98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1AC98 is #2E5367. Grayscale: #B4B4B4. Windows color (decimal): -3036008 or 10005713. OLE color: 10005713.

HSL color Cylindrical-coordinate representation of color #D1AC98: hue angle of 21.05º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1AC98 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB209172152-
CMYK00.180.270.18
HSL21.05º38.26%70.78%-
HSV(B)21.05º27.27%81.96%-
XYZ46.7145.3335.99-
YUV180.78111.76148.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.21%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 152 (59.77% from 255) = 28.52%
R=39.21%
G=32.27%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917215200.180.270.1821.0538.2670.78
HexD1AC980121B12152647
Octal32125423002233222546107
Binary1101000110101100100110000100101101110010101011001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AC98; }

 p { color: rgb(209,172,152); }

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

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

 a { background-color: rgb(209,172,152); }

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

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

 span { border-color: rgb(209,172,152); }

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