#DBA0AA

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

Shades of Pale Chestnut #DBA0AA

Tints of Pale Chestnut #DBA0AA

Color information

#DBA0AA (or 0xDBA0AA) is unknown color: approx Pale Chestnut. HEX triplet: DB, A0 and AA. RGB value is (219,160,170). Sum of RGB (Red+Green+Blue) = 219+160+170=549 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.89% from 549); Green value is 160 (62.89% from 255 or 29.14% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA0AA is #245F55. Grayscale: #B2B2B2. Windows color (decimal): -2383702 or 11182299. OLE color: 11182299.

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

Color convert

RGB219160170-
CMYK00.270.220.14
HSL349.83º45.04%74.31%-
HSV(B)349.83º26.94%85.88%-
XYZ49.0443.143.77-
YUV178.78123.05156.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.89%
GREEN value IS 160 (62.89% from 255) = 29.14%
BLUE value IS 170 (66.80% from 255) = 30.97%
R=39.89%
G=29.14%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916017000.270.220.14349.8345.0474.31
HexDBA0AA01B16E15e2d4a
Octal333240252033261653655112
Binary1101101110100000101010100110111011011101010111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0AA; }

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

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

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

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

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

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

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

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