Shades of Tonys Pink #DDA189
Tints of Tonys Pink #DDA189
RGB
CMYK
RGB Variations
Color information
#DDA189 (or 0xDDA189) is known color: Tonys Pink. HEX triplet: DD, A1 and 89. RGB value is (221,161,137). Sum of RGB (Red+Green+Blue) = 221+161+137=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 137 (53.91% from 255 or 26.40% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA189 is #225E76. Grayscale: #B0B0B0. Windows color (decimal): -2252407 or 9019869. OLE color: 9019869.
HSL color Cylindrical-coordinate representation of color #DDA189: hue angle of 17.14º 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 #DDA189 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 137 | - |
| CMYK | 0 | 0.27 | 0.38 | 0.13 |
| HSL | 17.14º | 0.55% | 0.7% | - |
| HSV(B) | 17.14º | 0.38% | 0.87% | - |
| XYZ | 47.08 | 42.67 | 29.42 | - |
| YUV | 176.2 | 105.88 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 137 | 0 | 0.27 | 0.38 | 0.13 | 17.14 | 0.55 | 0.7 |
| Hex | DD | A1 | 89 | 0 | 1B | 26 | D | 11 | 37 | 46 |
| Octal | 335 | 241 | 211 | 0 | 33 | 46 | 15 | 21 | 67 | 106 |
| Binary | 11011101 | 10100001 | 10001001 | 0 | 11011 | 100110 | 1101 | 10001 | 110111 | 1000110 |
Color Harmonies of #DDA189
Complementary color
Monochromatic Colors of #DDA189
Black with #DDA189
Text Example
Text Example
White with #DDA189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA189; }
p { color: rgb(221,161,137); }
H1.HeaderClassName
{
color: #DDA189;
}
.AnyTagClassName
{
color: #DDA189;
}
</style>
background-color css
<style>
a { background-color: #DDA189; }
a { background-color: rgb(221,161,137); }
div.DivClassName
{
background-color: #DDA189;
}
.BgClassName
{
background-color: #DDA189;
}
</style>
border-color css
<style>
span { border-color: #DDA189; }
span { border-color: rgb(221,161,137); }
td.TdClassName
{
border-color: #DDA189;
}
.TagClassName
{
border-color: #DDA189;
}
</style>