#D0AD9C

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

Shades of Cashmere #D0AD9C

Tints of Cashmere #D0AD9C

Color information

#D0AD9C (or 0xD0AD9C) is unknown color: approx Cashmere. HEX triplet: D0, AD and 9C. RGB value is (208,173,156). Sum of RGB (Red+Green+Blue) = 208+173+156=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 156 (61.33% from 255 or 29.05% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AD9C is #2F5263. Grayscale: #B5B5B5. Windows color (decimal): -3101284 or 10268112. OLE color: 10268112.

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

Color convert

RGB208173156-
CMYK00.170.250.18
HSL19.62º35.62%71.37%-
HSV(B)19.62º25%81.57%-
XYZ46.9645.737.8-
YUV181.53113.6146.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 156 (61.33% from 255) = 29.05%
R=38.73%
G=32.22%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817315600.170.250.1819.6235.6271.37
HexD0AD9C0111912142447
Octal32025523402131222444107
Binary1101000010101101100111000100011100110010101001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AD9C; }

 p { color: rgb(208,173,156); }

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

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

 a { background-color: rgb(208,173,156); }

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

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

 span { border-color: rgb(208,173,156); }

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