#DAA9AA

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

Shades of Pale Chestnut #DAA9AA

Tints of Pale Chestnut #DAA9AA

Color information

#DAA9AA (or 0xDAA9AA) is unknown color: approx Pale Chestnut. HEX triplet: DA, A9 and AA. RGB value is (218,169,170). Sum of RGB (Red+Green+Blue) = 218+169+170=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA9AA is #255655. Grayscale: #B7B7B7. Windows color (decimal): -2446934 or 11184602. OLE color: 11184602.

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

Color convert

RGB218169170-
CMYK00.220.220.15
HSL358.78º39.84%75.88%-
HSV(B)358.78º22.48%85.49%-
XYZ50.3646.1844.29-
YUV183.76120.23152.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=39.14%
G=30.34%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816917000.220.220.15358.7839.8475.88
HexDAA9AA01616F167284c
Octal332251252026261754750114
Binary1101101010101001101010100101101011011111011001111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9AA; }

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

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

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

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

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

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

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

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