#D2AC99

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

Shades of Cashmere #D2AC99

Tints of Cashmere #D2AC99

Color information

#D2AC99 (or 0xD2AC99) is unknown color: approx Cashmere. HEX triplet: D2, AC and 99. RGB value is (210,172,153). Sum of RGB (Red+Green+Blue) = 210+172+153=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC99 is #2D5366. Grayscale: #B5B5B5. Windows color (decimal): -2970471 or 10071250. OLE color: 10071250.

HSL color Cylindrical-coordinate representation of color #D2AC99: hue angle of 20º degrees, saturation: 0.39, 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 #D2AC99 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB210172153-
CMYK00.180.270.18
HSL20º38.78%71.18%-
HSV(B)20º27.14%82.35%-
XYZ47.0845.5136.44-
YUV181.2112.09148.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.25%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=39.25%
G=32.15%
B=28.60%

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
Decimal21017215300.180.270.182038.7871.18
HexD2AC990121B12142747
Octal32225423102233222447107
Binary1101001010101100100110010100101101110010101001001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC99; }

 p { color: rgb(210,172,153); }

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

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

 a { background-color: rgb(210,172,153); }

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

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

 span { border-color: rgb(210,172,153); }

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