Shades of Pale Chestnut #DBA4AF
Tints of Pale Chestnut #DBA4AF
RGB
CMYK
RGB Variations
Color information
#DBA4AF (or 0xDBA4AF) is known color: Pale Chestnut. HEX triplet: DB, A4 and AF. RGB value is (219,164,175). Sum of RGB (Red+Green+Blue) = 219+164+175=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA4AF is #245B50. Grayscale: #B5B5B5. Windows color (decimal): -2382673 or 11511003. OLE color: 11511003.
HSL color Cylindrical-coordinate representation of color #DBA4AF: hue angle of 348º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4AF is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 164 | 175 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.14 |
| HSL | 348º | 0.43% | 0.75% | - |
| HSV(B) | 348º | 0.25% | 0.86% | - |
| XYZ | 50.23 | 44.71 | 46.54 | - |
| YUV | 181.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 175 | 0 | 0.25 | 0.20 | 0.14 | 348 | 0.43 | 0.75 |
| Hex | DB | A4 | AF | 0 | 19 | 14 | E | 15C | 2B | 4B |
| Octal | 333 | 244 | 257 | 0 | 31 | 24 | 16 | 534 | 53 | 113 |
| Binary | 11011011 | 10100100 | 10101111 | 0 | 11001 | 10100 | 1110 | 101011100 | 101011 | 1001011 |
Color Harmonies of #DBA4AF
Complementary color
Monochromatic Colors of #DBA4AF
Black with #DBA4AF
Text Example
Text Example
White with #DBA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4AF; }
p { color: rgb(219,164,175); }
H1.HeaderClassName
{
color: #DBA4AF;
}
.AnyTagClassName
{
color: #DBA4AF;
}
</style>
background-color css
<style>
a { background-color: #DBA4AF; }
a { background-color: rgb(219,164,175); }
div.DivClassName
{
background-color: #DBA4AF;
}
.BgClassName
{
background-color: #DBA4AF;
}
</style>
border-color css
<style>
span { border-color: #DBA4AF; }
span { border-color: rgb(219,164,175); }
td.TdClassName
{
border-color: #DBA4AF;
}
.TagClassName
{
border-color: #DBA4AF;
}
</style>