Shades of Tonys Pink #DBA28B
Tints of Tonys Pink #DBA28B
RGB
CMYK
RGB Variations
Color information
#DBA28B (or 0xDBA28B) is known color: Tonys Pink. HEX triplet: DB, A2 and 8B. RGB value is (219,162,139). Sum of RGB (Red+Green+Blue) = 219+162+139=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA28B is #245D74. Grayscale: #B0B0B0. Windows color (decimal): -2383221 or 9151195. OLE color: 9151195.
HSL color Cylindrical-coordinate representation of color #DBA28B: hue angle of 17.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBA28B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 162 | 139 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.14 |
| HSL | 17.25º | 0.53% | 0.7% | - |
| HSV(B) | 17.25º | 0.37% | 0.86% | - |
| XYZ | 46.79 | 42.76 | 30.21 | - |
| YUV | 176.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 139 | 0 | 0.26 | 0.37 | 0.14 | 17.25 | 0.53 | 0.7 |
| Hex | DB | A2 | 8B | 0 | 1A | 25 | E | 11 | 35 | 46 |
| Octal | 333 | 242 | 213 | 0 | 32 | 45 | 16 | 21 | 65 | 106 |
| Binary | 11011011 | 10100010 | 10001011 | 0 | 11010 | 100101 | 1110 | 10001 | 110101 | 1000110 |
Color Harmonies of #DBA28B
Complementary color
Monochromatic Colors of #DBA28B
Black with #DBA28B
Text Example
Text Example
White with #DBA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA28B; }
p { color: rgb(219,162,139); }
H1.HeaderClassName
{
color: #DBA28B;
}
.AnyTagClassName
{
color: #DBA28B;
}
</style>
background-color css
<style>
a { background-color: #DBA28B; }
a { background-color: rgb(219,162,139); }
div.DivClassName
{
background-color: #DBA28B;
}
.BgClassName
{
background-color: #DBA28B;
}
</style>
border-color css
<style>
span { border-color: #DBA28B; }
span { border-color: rgb(219,162,139); }
td.TdClassName
{
border-color: #DBA28B;
}
.TagClassName
{
border-color: #DBA28B;
}
</style>