Shades of Pale Chestnut #DBA3AF
Tints of Pale Chestnut #DBA3AF
RGB
CMYK
RGB Variations
Color information
#DBA3AF (or 0xDBA3AF) is known color: Pale Chestnut. HEX triplet: DB, A3 and AF. RGB value is (219,163,175). Sum of RGB (Red+Green+Blue) = 219+163+175=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA3AF is #245C50. Grayscale: #B5B5B5. Windows color (decimal): -2382929 or 11510747. OLE color: 11510747.
HSL color Cylindrical-coordinate representation of color #DBA3AF: hue angle of 347.14º 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 #DBA3AF is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 163 | 175 | - |
CMYK | 0 | 0.26 | 0.20 | 0.14 |
HSL | 347.14º | 0.44% | 0.75% | - |
HSV(B) | 347.14º | 0.26% | 0.86% | - |
XYZ | 50.05 | 44.35 | 46.48 | - |
YUV | 181.11 | 124.55 | 155.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 163 | 175 | 0 | 0.26 | 0.20 | 0.14 | 347.14 | 0.44 | 0.75 |
Hex | DB | A3 | AF | 0 | 1A | 14 | E | 15B | 2C | 4B |
Octal | 333 | 243 | 257 | 0 | 32 | 24 | 16 | 533 | 54 | 113 |
Binary | 11011011 | 10100011 | 10101111 | 0 | 11010 | 10100 | 1110 | 101011011 | 101100 | 1001011 |
Color Harmonies of #DBA3AF
Complementary color
Monochromatic Colors of #DBA3AF
Black with #DBA3AF
Text Example
Text Example
White with #DBA3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3AF; }
p { color: rgb(219,163,175); }
H1.HeaderClassName
{
color: #DBA3AF;
}
.AnyTagClassName
{
color: #DBA3AF;
}
</style>
background-color css
<style>
a { background-color: #DBA3AF; }
a { background-color: rgb(219,163,175); }
div.DivClassName
{
background-color: #DBA3AF;
}
.BgClassName
{
background-color: #DBA3AF;
}
</style>
border-color css
<style>
span { border-color: #DBA3AF; }
span { border-color: rgb(219,163,175); }
td.TdClassName
{
border-color: #DBA3AF;
}
.TagClassName
{
border-color: #DBA3AF;
}
</style>