#DBA8AA

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

Shades of Pale Chestnut #DBA8AA

Tints of Pale Chestnut #DBA8AA

Color information

#DBA8AA (or 0xDBA8AA) is unknown color: approx Pale Chestnut. HEX triplet: DB, A8 and AA. RGB value is (219,168,170). Sum of RGB (Red+Green+Blue) = 219+168+170=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA8AA is #245755. Grayscale: #B7B7B7. Windows color (decimal): -2381654 or 11184347. OLE color: 11184347.

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

Color convert

RGB219168170-
CMYK00.230.220.14
HSL357.65º41.46%75.88%-
HSV(B)357.65º23.29%85.88%-
XYZ50.4745.9744.24-
YUV183.48120.4153.34-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.32%
GREEN value IS 168 (66.02% from 255) = 30.16%
BLUE value IS 170 (66.80% from 255) = 30.52%
R=39.32%
G=30.16%
B=30.52%

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
Decimal21916817000.230.220.14357.6541.4675.88
HexDBA8AA01716E166294c
Octal333250252027261654651114
Binary1101101110101000101010100101111011011101011001101010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8AA; }

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

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

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

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

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

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

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

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