#DBA7A9

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

Shades of Pale Chestnut #DBA7A9

Tints of Pale Chestnut #DBA7A9

Color information

#DBA7A9 (or 0xDBA7A9) is unknown color: approx Pale Chestnut. HEX triplet: DB, A7 and A9. RGB value is (219,167,169). Sum of RGB (Red+Green+Blue) = 219+167+169=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 169 (66.41% from 255 or 30.45% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7A9 is #245856. Grayscale: #B6B6B6. Windows color (decimal): -2381911 or 11118555. OLE color: 11118555.

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

Color convert

RGB219167169-
CMYK00.240.230.14
HSL357.69º41.94%75.69%-
HSV(B)357.69º23.74%85.88%-
XYZ50.1945.5643.68-
YUV182.78120.23153.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 167 (65.62% from 255) = 30.09%
BLUE value IS 169 (66.41% from 255) = 30.45%
R=39.46%
G=30.09%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916716900.240.230.14357.6941.9475.69
HexDBA7A901817E1662a4c
Octal333247251030271654652114
Binary1101101110100111101010010110001011111101011001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7A9; }

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

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

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

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

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

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

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

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