#DAA7AB

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

Shades of Pale Chestnut #DAA7AB

Tints of Pale Chestnut #DAA7AB

Color information

#DAA7AB (or 0xDAA7AB) is unknown color: approx Pale Chestnut. HEX triplet: DA, A7 and AB. RGB value is (218,167,171). Sum of RGB (Red+Green+Blue) = 218+167+171=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA7AB is #255854. Grayscale: #B6B6B6. Windows color (decimal): -2447445 or 11249626. OLE color: 11249626.

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

Color convert

RGB218167171-
CMYK00.230.220.15
HSL355.29º40.8%75.49%-
HSV(B)355.29º23.39%85.49%-
XYZ50.0845.4844.67-
YUV182.7121.4153.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=39.21%
G=30.04%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816717100.230.220.15355.2940.875.49
HexDAA7AB01716F163294b
Octal332247253027261754351113
Binary1101101010100111101010110101111011011111011000111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7AB; }

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

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

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

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

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

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

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

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