Shades of Tonys Pink #DD9C82
Tints of Tonys Pink #DD9C82
RGB
CMYK
RGB Variations
Color information
#DD9C82 (or 0xDD9C82) is known color: Tonys Pink. HEX triplet: DD, 9C and 82. RGB value is (221,156,130). Sum of RGB (Red+Green+Blue) = 221+156+130=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9C82 is #22637D. Grayscale: #ACACAC. Windows color (decimal): -2253694 or 8559837. OLE color: 8559837.
HSL color Cylindrical-coordinate representation of color #DD9C82: hue angle of 17.14º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD9C82 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 156 | 130 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.13 |
| HSL | 17.14º | 0.57% | 0.69% | - |
| HSV(B) | 17.14º | 0.41% | 0.87% | - |
| XYZ | 45.74 | 40.76 | 26.58 | - |
| YUV | 172.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 156 | 130 | 0 | 0.29 | 0.41 | 0.13 | 17.14 | 0.57 | 0.69 |
| Hex | DD | 9C | 82 | 0 | 1D | 29 | D | 11 | 39 | 45 |
| Octal | 335 | 234 | 202 | 0 | 35 | 51 | 15 | 21 | 71 | 105 |
| Binary | 11011101 | 10011100 | 10000010 | 0 | 11101 | 101001 | 1101 | 10001 | 111001 | 1000101 |
Color Harmonies of #DD9C82
Complementary color
Monochromatic Colors of #DD9C82
Black with #DD9C82
Text Example
Text Example
White with #DD9C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9C82; }
p { color: rgb(221,156,130); }
H1.HeaderClassName
{
color: #DD9C82;
}
.AnyTagClassName
{
color: #DD9C82;
}
</style>
background-color css
<style>
a { background-color: #DD9C82; }
a { background-color: rgb(221,156,130); }
div.DivClassName
{
background-color: #DD9C82;
}
.BgClassName
{
background-color: #DD9C82;
}
</style>
border-color css
<style>
span { border-color: #DD9C82; }
span { border-color: rgb(221,156,130); }
td.TdClassName
{
border-color: #DD9C82;
}
.TagClassName
{
border-color: #DD9C82;
}
</style>