#DAA1AB

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

Shades of Pale Chestnut #DAA1AB

Tints of Pale Chestnut #DAA1AB

Color information

#DAA1AB (or 0xDAA1AB) is unknown color: approx Pale Chestnut. HEX triplet: DA, A1 and AB. RGB value is (218,161,171). Sum of RGB (Red+Green+Blue) = 218+161+171=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1AB is #255E54. Grayscale: #B3B3B3. Windows color (decimal): -2448981 or 11248090. OLE color: 11248090.

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

Color convert

RGB218161171-
CMYK00.260.220.15
HSL349.47º43.51%74.31%-
HSV(B)349.47º26.15%85.49%-
XYZ49.0143.3444.31-
YUV179.18123.38155.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=39.64%
G=29.27%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816117100.260.220.15349.4743.5174.31
HexDAA1AB01A16F15d2c4a
Octal332241253032261753554112
Binary1101101010100001101010110110101011011111010111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA1AB; }

 p { color: rgb(218,161,171); }

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

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

 a { background-color: rgb(218,161,171); }

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

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

 span { border-color: rgb(218,161,171); }

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