#DBA8AB

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

Shades of Pale Chestnut #DBA8AB

Tints of Pale Chestnut #DBA8AB

Color information

#DBA8AB (or 0xDBA8AB) is unknown color: approx Pale Chestnut. HEX triplet: DB, A8 and AB. RGB value is (219,168,171). Sum of RGB (Red+Green+Blue) = 219+168+171=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8AB is #245754. Grayscale: #B7B7B7. Windows color (decimal): -2381653 or 11249883. OLE color: 11249883.

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

Color convert

RGB219168171-
CMYK00.230.220.14
HSL356.47º41.46%75.88%-
HSV(B)356.47º23.29%85.88%-
XYZ50.5746.0144.74-
YUV183.59120.9153.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 168 (66.02% from 255) = 30.11%
BLUE value IS 171 (67.19% from 255) = 30.65%
R=39.25%
G=30.11%
B=30.65%

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
Decimal21916817100.230.220.14356.4741.4675.88
HexDBA8AB01716E164294c
Octal333250253027261654451114
Binary1101101110101000101010110101111011011101011001001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8AB; }

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

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

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

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

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

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

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

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