Shades of Tonys Pink #DDA087
Tints of Tonys Pink #DDA087
RGB
CMYK
RGB Variations
Color information
#DDA087 (or 0xDDA087) is known color: Tonys Pink. HEX triplet: DD, A0 and 87. RGB value is (221,160,135). Sum of RGB (Red+Green+Blue) = 221+160+135=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA087 is #225F78. Grayscale: #AFAFAF. Windows color (decimal): -2252665 or 8888541. OLE color: 8888541.
HSL color Cylindrical-coordinate representation of color #DDA087: hue angle of 17.44º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DDA087 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 135 | - |
| CMYK | 0 | 0.28 | 0.39 | 0.13 |
| HSL | 17.44º | 0.56% | 0.7% | - |
| HSV(B) | 17.44º | 0.39% | 0.87% | - |
| XYZ | 46.76 | 42.26 | 28.61 | - |
| YUV | 175.39 | 105.21 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 135 | 0 | 0.28 | 0.39 | 0.13 | 17.44 | 0.56 | 0.7 |
| Hex | DD | A0 | 87 | 0 | 1C | 27 | D | 11 | 38 | 46 |
| Octal | 335 | 240 | 207 | 0 | 34 | 47 | 15 | 21 | 70 | 106 |
| Binary | 11011101 | 10100000 | 10000111 | 0 | 11100 | 100111 | 1101 | 10001 | 111000 | 1000110 |
Color Harmonies of #DDA087
Complementary color
Monochromatic Colors of #DDA087
Black with #DDA087
Text Example
Text Example
White with #DDA087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA087; }
p { color: rgb(221,160,135); }
H1.HeaderClassName
{
color: #DDA087;
}
.AnyTagClassName
{
color: #DDA087;
}
</style>
background-color css
<style>
a { background-color: #DDA087; }
a { background-color: rgb(221,160,135); }
div.DivClassName
{
background-color: #DDA087;
}
.BgClassName
{
background-color: #DDA087;
}
</style>
border-color css
<style>
span { border-color: #DDA087; }
span { border-color: rgb(221,160,135); }
td.TdClassName
{
border-color: #DDA087;
}
.TagClassName
{
border-color: #DDA087;
}
</style>