#DBA9AB

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

Shades of Pale Chestnut #DBA9AB

Tints of Pale Chestnut #DBA9AB

Color information

#DBA9AB (or 0xDBA9AB) is unknown color: approx Pale Chestnut. HEX triplet: DB, A9 and AB. RGB value is (219,169,171). Sum of RGB (Red+Green+Blue) = 219+169+171=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 169 (66.41% from 255 or 30.23% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA9AB is #245654. Grayscale: #B8B8B8. Windows color (decimal): -2381397 or 11250139. OLE color: 11250139.

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

Color convert

RGB219169171-
CMYK00.230.220.14
HSL357.6º40.98%76.08%-
HSV(B)357.6º22.83%85.88%-
XYZ50.7546.3844.8-
YUV184.18120.56152.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 169 (66.41% from 255) = 30.23%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=39.18%
G=30.23%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916917100.230.220.14357.640.9876.08
HexDBA9AB01716E166294c
Octal333251253027261654651114
Binary1101101110101001101010110101111011011101011001101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9AB; }

 p { color: rgb(219,169,171); }

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

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

 a { background-color: rgb(219,169,171); }

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

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

 span { border-color: rgb(219,169,171); }

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