#DBA6AA

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

Shades of Pale Chestnut #DBA6AA

Tints of Pale Chestnut #DBA6AA

Color information

#DBA6AA (or 0xDBA6AA) is unknown color: approx Pale Chestnut. HEX triplet: DB, A6 and AA. RGB value is (219,166,170). Sum of RGB (Red+Green+Blue) = 219+166+170=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 166 (65.23% from 255 or 29.91% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA6AA is #245955. Grayscale: #B6B6B6. Windows color (decimal): -2382166 or 11183835. OLE color: 11183835.

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

Color convert

RGB219166170-
CMYK00.240.220.14
HSL355.47º42.4%75.49%-
HSV(B)355.47º24.2%85.88%-
XYZ50.1145.2344.12-
YUV182.3121.06154.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.46%
GREEN value IS 166 (65.23% from 255) = 29.91%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=39.46%
G=29.91%
B=30.63%

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
Decimal21916617000.240.220.14355.4742.475.49
HexDBA6AA01816E1632a4b
Octal333246252030261654352113
Binary1101101110100110101010100110001011011101011000111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6AA; }

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

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

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

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

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

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

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

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