#DBA2AA

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

Shades of Pale Chestnut #DBA2AA

Tints of Pale Chestnut #DBA2AA

Color information

#DBA2AA (or 0xDBA2AA) is unknown color: approx Pale Chestnut. HEX triplet: DB, A2 and AA. RGB value is (219,162,170). Sum of RGB (Red+Green+Blue) = 219+162+170=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 162 (63.67% from 255 or 29.40% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA2AA is #245D55. Grayscale: #B3B3B3. Windows color (decimal): -2383190 or 11182811. OLE color: 11182811.

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

Color convert

RGB219162170-
CMYK00.260.220.14
HSL351.58º44.19%74.71%-
HSV(B)351.58º26.03%85.88%-
XYZ49.3943.843.88-
YUV179.96122.38155.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.75%
GREEN value IS 162 (63.67% from 255) = 29.40%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=39.75%
G=29.40%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916217000.260.220.14351.5844.1974.71
HexDBA2AA01A16E1602c4b
Octal333242252032261654054113
Binary1101101110100010101010100110101011011101011000001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2AA; }

 p { color: rgb(219,162,170); }

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

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

 a { background-color: rgb(219,162,170); }

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

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

 span { border-color: rgb(219,162,170); }

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