#D2AA92

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

Shades of Cashmere #D2AA92

Tints of Cashmere #D2AA92

Color information

#D2AA92 (or 0xD2AA92) is unknown color: approx Cashmere. HEX triplet: D2, AA and 92. RGB value is (210,170,146). Sum of RGB (Red+Green+Blue) = 210+170+146=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA92 is #2D556D. Grayscale: #B3B3B3. Windows color (decimal): -2970990 or 9611986. OLE color: 9611986.

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

Color convert

RGB210170146-
CMYK00.190.300.18
HSL22.5º41.56%69.8%-
HSV(B)22.5º30.48%82.35%-
XYZ46.1444.5333.36-
YUV179.22109.25149.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=39.92%
G=32.32%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017014600.190.300.1822.541.5669.8
HexD2AA920131E12172a46
Octal32225222202336222752106
Binary1101001010101010100100100100111111010010101111010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AA92; }

 p { color: rgb(210,170,146); }

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

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

 a { background-color: rgb(210,170,146); }

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

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

 span { border-color: rgb(210,170,146); }

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