Shades of Pale Chestnut #DBA3A5
Tints of Pale Chestnut #DBA3A5
RGB
CMYK
RGB Variations
Color information
#DBA3A5 (or 0xDBA3A5) is known color: Pale Chestnut. HEX triplet: DB, A3 and A5. RGB value is (219,163,165). Sum of RGB (Red+Green+Blue) = 219+163+165=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 163 (64.06% from 255 or 29.80% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA3A5 is #245C5A. Grayscale: #B4B4B4. Windows color (decimal): -2382939 or 10855387. OLE color: 10855387.
HSL color Cylindrical-coordinate representation of color #DBA3A5: hue angle of 357.86º degrees, saturation: 0.44, 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 #DBA3A5 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 163 | 165 | - |
CMYK | 0 | 0.26 | 0.25 | 0.14 |
HSL | 357.86º | 0.44% | 0.75% | - |
HSV(B) | 357.86º | 0.26% | 0.86% | - |
XYZ | 49.1 | 43.97 | 41.5 | - |
YUV | 179.97 | 119.55 | 155.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 163 | 165 | 0 | 0.26 | 0.25 | 0.14 | 357.86 | 0.44 | 0.75 |
Hex | DB | A3 | A5 | 0 | 1A | 19 | E | 166 | 2C | 4B |
Octal | 333 | 243 | 245 | 0 | 32 | 31 | 16 | 546 | 54 | 113 |
Binary | 11011011 | 10100011 | 10100101 | 0 | 11010 | 11001 | 1110 | 101100110 | 101100 | 1001011 |
Color Harmonies of #DBA3A5
Complementary color
Monochromatic Colors of #DBA3A5
Black with #DBA3A5
Text Example
Text Example
White with #DBA3A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3A5; }
p { color: rgb(219,163,165); }
H1.HeaderClassName
{
color: #DBA3A5;
}
.AnyTagClassName
{
color: #DBA3A5;
}
</style>
background-color css
<style>
a { background-color: #DBA3A5; }
a { background-color: rgb(219,163,165); }
div.DivClassName
{
background-color: #DBA3A5;
}
.BgClassName
{
background-color: #DBA3A5;
}
</style>
border-color css
<style>
span { border-color: #DBA3A5; }
span { border-color: rgb(219,163,165); }
td.TdClassName
{
border-color: #DBA3A5;
}
.TagClassName
{
border-color: #DBA3A5;
}
</style>