Shades of Tonys Pink #DDA18D
Tints of Tonys Pink #DDA18D
RGB
CMYK
RGB Variations
Color information
#DDA18D (or 0xDDA18D) is known color: Tonys Pink. HEX triplet: DD, A1 and 8D. RGB value is (221,161,141). Sum of RGB (Red+Green+Blue) = 221+161+141=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA18D is #225E72. Grayscale: #B0B0B0. Windows color (decimal): -2252403 or 9282013. OLE color: 9282013.
HSL color Cylindrical-coordinate representation of color #DDA18D: hue angle of 15º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DDA18D is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 161 | 141 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.13 |
| HSL | 15º | 0.54% | 0.71% | - |
| HSV(B) | 15º | 0.36% | 0.87% | - |
| XYZ | 47.37 | 42.78 | 30.96 | - |
| YUV | 176.66 | 107.88 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 161 | 141 | 0 | 0.27 | 0.36 | 0.13 | 15 | 0.54 | 0.71 |
| Hex | DD | A1 | 8D | 0 | 1B | 24 | D | F | 36 | 47 |
| Octal | 335 | 241 | 215 | 0 | 33 | 44 | 15 | 17 | 66 | 107 |
| Binary | 11011101 | 10100001 | 10001101 | 0 | 11011 | 100100 | 1101 | 1111 | 110110 | 1000111 |
Color Harmonies of #DDA18D
Complementary color
Monochromatic Colors of #DDA18D
Black with #DDA18D
Text Example
Text Example
White with #DDA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA18D; }
p { color: rgb(221,161,141); }
H1.HeaderClassName
{
color: #DDA18D;
}
.AnyTagClassName
{
color: #DDA18D;
}
</style>
background-color css
<style>
a { background-color: #DDA18D; }
a { background-color: rgb(221,161,141); }
div.DivClassName
{
background-color: #DDA18D;
}
.BgClassName
{
background-color: #DDA18D;
}
</style>
border-color css
<style>
span { border-color: #DDA18D; }
span { border-color: rgb(221,161,141); }
td.TdClassName
{
border-color: #DDA18D;
}
.TagClassName
{
border-color: #DDA18D;
}
</style>