#DBA7AA

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

Shades of Pale Chestnut #DBA7AA

Tints of Pale Chestnut #DBA7AA

Color information

#DBA7AA (or 0xDBA7AA) is unknown color: approx Pale Chestnut. HEX triplet: DB, A7 and AA. RGB value is (219,167,170). Sum of RGB (Red+Green+Blue) = 219+167+170=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA7AA is #245855. Grayscale: #B6B6B6. Windows color (decimal): -2381910 or 11184091. OLE color: 11184091.

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

Color convert

RGB219167170-
CMYK00.240.220.14
HSL356.54º41.94%75.69%-
HSV(B)356.54º23.74%85.88%-
XYZ50.2945.644.18-
YUV182.89120.73153.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.39%
GREEN value IS 167 (65.62% from 255) = 30.04%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=39.39%
G=30.04%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916717000.240.220.14356.5441.9475.69
HexDBA7AA01816E1652a4c
Octal333247252030261654552114
Binary1101101110100111101010100110001011011101011001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7AA; }

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

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

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

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

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

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

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

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