#DAA8AB

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

Shades of Pale Chestnut #DAA8AB

Tints of Pale Chestnut #DAA8AB

Color information

#DAA8AB (or 0xDAA8AB) is unknown color: approx Pale Chestnut. HEX triplet: DA, A8 and AB. RGB value is (218,168,171). Sum of RGB (Red+Green+Blue) = 218+168+171=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8AB is #255754. Grayscale: #B7B7B7. Windows color (decimal): -2447189 or 11249882. OLE color: 11249882.

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

Color convert

RGB218168171-
CMYK00.230.220.15
HSL356.4º40.32%75.69%-
HSV(B)356.4º22.94%85.49%-
XYZ50.2745.8544.73-
YUV183.29121.06152.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.14%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=39.14%
G=30.16%
B=30.70%

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
Decimal21816817100.230.220.15356.440.3275.69
HexDAA8AB01716F164284c
Octal332250253027261754450114
Binary1101101010101000101010110101111011011111011001001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8AB; }

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

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

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

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

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

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

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

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