#DAA2AB

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

Shades of Pale Chestnut #DAA2AB

Tints of Pale Chestnut #DAA2AB

Color information

#DAA2AB (or 0xDAA2AB) is unknown color: approx Pale Chestnut. HEX triplet: DA, A2 and AB. RGB value is (218,162,171). Sum of RGB (Red+Green+Blue) = 218+162+171=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA2AB is #255D54. Grayscale: #B3B3B3. Windows color (decimal): -2448725 or 11248346. OLE color: 11248346.

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

Color convert

RGB218162171-
CMYK00.260.220.15
HSL350.36º43.08%74.51%-
HSV(B)350.36º25.69%85.49%-
XYZ49.1843.6944.37-
YUV179.77123.05155.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.56%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=39.56%
G=29.40%
B=31.03%

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
Decimal21816217100.260.220.15350.3643.0874.51
HexDAA2AB01A16F15e2b4b
Octal332242253032261753653113
Binary1101101010100010101010110110101011011111010111101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA2AB; }

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

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

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

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

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

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

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

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