#DBA0A2

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

Shades of Pale Chestnut #DBA0A2

Tints of Pale Chestnut #DBA0A2

Color information

#DBA0A2 (or 0xDBA0A2) is unknown color: approx Pale Chestnut. HEX triplet: DB, A0 and A2. RGB value is (219,160,162). Sum of RGB (Red+Green+Blue) = 219+160+162=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA0A2 is #245F5D. Grayscale: #B1B1B1. Windows color (decimal): -2383710 or 10658011. OLE color: 10658011.

HSL color Cylindrical-coordinate representation of color #DBA0A2: hue angle of 357.97º 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 #DBA0A2 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219160162-
CMYK00.270.260.14
HSL357.97º45.04%74.31%-
HSV(B)357.97º26.94%85.88%-
XYZ48.3142.8139.9-
YUV177.87119.05157.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.48%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 162 (63.67% from 255) = 29.94%
R=40.48%
G=29.57%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916016200.270.260.14357.9745.0474.31
HexDBA0A201B1AE1662d4a
Octal333240242033321654655112
Binary1101101110100000101000100110111101011101011001101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0A2; }

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

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

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

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

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

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

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

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