#D2AD99

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

Shades of Cashmere #D2AD99

Tints of Cashmere #D2AD99

Color information

#D2AD99 (or 0xD2AD99) is unknown color: approx Cashmere. HEX triplet: D2, AD and 99. RGB value is (210,173,153). Sum of RGB (Red+Green+Blue) = 210+173+153=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD99 is #2D5266. Grayscale: #B5B5B5. Windows color (decimal): -2970215 or 10071506. OLE color: 10071506.

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

Color convert

RGB210173153-
CMYK00.180.270.18
HSL21.05º38.78%71.18%-
HSV(B)21.05º27.14%82.35%-
XYZ47.2745.8936.5-
YUV181.78111.76148.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.18%
GREEN value IS 173 (67.97% from 255) = 32.28%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=39.18%
G=32.28%
B=28.54%

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
Decimal21017315300.180.270.1821.0538.7871.18
HexD2AD990121B12152747
Octal32225523102233222547107
Binary1101001010101101100110010100101101110010101011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD99; }

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

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

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

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

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

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

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

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