#DBA1A7

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

Shades of Pale Chestnut #DBA1A7

Tints of Pale Chestnut #DBA1A7

Color information

#DBA1A7 (or 0xDBA1A7) is unknown color: approx Pale Chestnut. HEX triplet: DB, A1 and A7. RGB value is (219,161,167). Sum of RGB (Red+Green+Blue) = 219+161+167=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 161 (63.28% from 255 or 29.43% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA1A7 is #245E58. Grayscale: #B3B3B3. Windows color (decimal): -2383449 or 10985947. OLE color: 10985947.

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

Color convert

RGB219161167-
CMYK00.260.240.14
HSL353.79º44.62%74.51%-
HSV(B)353.79º26.48%85.88%-
XYZ48.9343.3442.35-
YUV179.03121.22156.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 161 (63.28% from 255) = 29.43%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=40.04%
G=29.43%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916116700.260.240.14353.7944.6274.51
HexDBA1A701A18E1622d4b
Octal333241247032301654255113
Binary1101101110100001101001110110101100011101011000101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1A7; }

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

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

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

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

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

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

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

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