Shades of Tonys Pink #DD9A86
Tints of Tonys Pink #DD9A86
RGB
CMYK
RGB Variations
Color information
#DD9A86 (or 0xDD9A86) is known color: Tonys Pink. HEX triplet: DD, 9A and 86. RGB value is (221,154,134). Sum of RGB (Red+Green+Blue) = 221+154+134=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 134 (52.73% from 255 or 26.33% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A86 is #226579. Grayscale: #ABABAB. Windows color (decimal): -2254202 or 8821469. OLE color: 8821469.
HSL color Cylindrical-coordinate representation of color #DD9A86: hue angle of 13.79º 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 #DD9A86 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 154 | 134 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.13 |
| HSL | 13.79º | 0.56% | 0.7% | - |
| HSV(B) | 13.79º | 0.39% | 0.87% | - |
| XYZ | 45.68 | 40.2 | 27.91 | - |
| YUV | 171.75 | 106.7 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 154 | 134 | 0 | 0.30 | 0.39 | 0.13 | 13.79 | 0.56 | 0.7 |
| Hex | DD | 9A | 86 | 0 | 1E | 27 | D | E | 38 | 46 |
| Octal | 335 | 232 | 206 | 0 | 36 | 47 | 15 | 16 | 70 | 106 |
| Binary | 11011101 | 10011010 | 10000110 | 0 | 11110 | 100111 | 1101 | 1110 | 111000 | 1000110 |
Color Harmonies of #DD9A86
Complementary color
Monochromatic Colors of #DD9A86
Black with #DD9A86
Text Example
Text Example
White with #DD9A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9A86; }
p { color: rgb(221,154,134); }
H1.HeaderClassName
{
color: #DD9A86;
}
.AnyTagClassName
{
color: #DD9A86;
}
</style>
background-color css
<style>
a { background-color: #DD9A86; }
a { background-color: rgb(221,154,134); }
div.DivClassName
{
background-color: #DD9A86;
}
.BgClassName
{
background-color: #DD9A86;
}
</style>
border-color css
<style>
span { border-color: #DD9A86; }
span { border-color: rgb(221,154,134); }
td.TdClassName
{
border-color: #DD9A86;
}
.TagClassName
{
border-color: #DD9A86;
}
</style>