#DAA0AA

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

Shades of Pale Chestnut #DAA0AA

Tints of Pale Chestnut #DAA0AA

Color information

#DAA0AA (or 0xDAA0AA) is unknown color: approx Pale Chestnut. HEX triplet: DA, A0 and AA. RGB value is (218,160,170). Sum of RGB (Red+Green+Blue) = 218+160+170=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0AA is #255F55. Grayscale: #B2B2B2. Windows color (decimal): -2449238 or 11182298. OLE color: 11182298.

HSL color Cylindrical-coordinate representation of color #DAA0AA: hue angle of 349.66º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0AA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218160170-
CMYK00.270.220.15
HSL349.66º43.94%74.12%-
HSV(B)349.66º26.61%85.49%-
XYZ48.7442.9543.75-
YUV178.48123.22156.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=39.78%
G=29.20%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816017000.270.220.15349.6643.9474.12
HexDAA0AA01B16F15e2c4a
Octal332240252033261753654112
Binary1101101010100000101010100110111011011111010111101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA0AA; }

 p { color: rgb(218,160,170); }

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

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

 a { background-color: rgb(218,160,170); }

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

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

 span { border-color: rgb(218,160,170); }

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