Shades of Tonys Pink #DDA089
Tints of Tonys Pink #DDA089
RGB
CMYK
RGB Variations
Color information
#DDA089 (or 0xDDA089) is known color: Tonys Pink. HEX triplet: DD, A0 and 89. RGB value is (221,160,137). Sum of RGB (Red+Green+Blue) = 221+160+137=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 137 (53.91% from 255 or 26.45% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA089 is #225F76. Grayscale: #AFAFAF. Windows color (decimal): -2252663 or 9019613. OLE color: 9019613.
HSL color Cylindrical-coordinate representation of color #DDA089: hue angle of 16.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDA089 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 160 | 137 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.13 |
| HSL | 16.43º | 0.55% | 0.7% | - |
| HSV(B) | 16.43º | 0.38% | 0.87% | - |
| XYZ | 46.9 | 42.32 | 29.36 | - |
| YUV | 175.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 160 | 137 | 0 | 0.28 | 0.38 | 0.13 | 16.43 | 0.55 | 0.7 |
| Hex | DD | A0 | 89 | 0 | 1C | 26 | D | 10 | 37 | 46 |
| Octal | 335 | 240 | 211 | 0 | 34 | 46 | 15 | 20 | 67 | 106 |
| Binary | 11011101 | 10100000 | 10001001 | 0 | 11100 | 100110 | 1101 | 10000 | 110111 | 1000110 |
Color Harmonies of #DDA089
Complementary color
Monochromatic Colors of #DDA089
Black with #DDA089
Text Example
Text Example
White with #DDA089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA089; }
p { color: rgb(221,160,137); }
H1.HeaderClassName
{
color: #DDA089;
}
.AnyTagClassName
{
color: #DDA089;
}
</style>
background-color css
<style>
a { background-color: #DDA089; }
a { background-color: rgb(221,160,137); }
div.DivClassName
{
background-color: #DDA089;
}
.BgClassName
{
background-color: #DDA089;
}
</style>
border-color css
<style>
span { border-color: #DDA089; }
span { border-color: rgb(221,160,137); }
td.TdClassName
{
border-color: #DDA089;
}
.TagClassName
{
border-color: #DDA089;
}
</style>