Shades of Tonys Pink #DDA48C
Tints of Tonys Pink #DDA48C
RGB
CMYK
RGB Variations
Color information
#DDA48C (or 0xDDA48C) is known color: Tonys Pink. HEX triplet: DD, A4 and 8C. RGB value is (221,164,140). Sum of RGB (Red+Green+Blue) = 221+164+140=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA48C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA48C is #225B73. Grayscale: #B2B2B2. Windows color (decimal): -2251636 or 9217245. OLE color: 9217245.
HSL color Cylindrical-coordinate representation of color #DDA48C: hue angle of 17.78º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDA48C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 164 | 140 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.13 |
| HSL | 17.78º | 0.54% | 0.71% | - |
| HSV(B) | 17.78º | 0.37% | 0.87% | - |
| XYZ | 47.83 | 43.82 | 30.75 | - |
| YUV | 178.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 140 | 0 | 0.26 | 0.37 | 0.13 | 17.78 | 0.54 | 0.71 |
| Hex | DD | A4 | 8C | 0 | 1A | 25 | D | 12 | 36 | 47 |
| Octal | 335 | 244 | 214 | 0 | 32 | 45 | 15 | 22 | 66 | 107 |
| Binary | 11011101 | 10100100 | 10001100 | 0 | 11010 | 100101 | 1101 | 10010 | 110110 | 1000111 |
Color Harmonies of #DDA48C
Complementary color
Monochromatic Colors of #DDA48C
Black with #DDA48C
Text Example
Text Example
White with #DDA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA48C; }
p { color: rgb(221,164,140); }
H1.HeaderClassName
{
color: #DDA48C;
}
.AnyTagClassName
{
color: #DDA48C;
}
</style>
background-color css
<style>
a { background-color: #DDA48C; }
a { background-color: rgb(221,164,140); }
div.DivClassName
{
background-color: #DDA48C;
}
.BgClassName
{
background-color: #DDA48C;
}
</style>
border-color css
<style>
span { border-color: #DDA48C; }
span { border-color: rgb(221,164,140); }
td.TdClassName
{
border-color: #DDA48C;
}
.TagClassName
{
border-color: #DDA48C;
}
</style>