Shades of Tonys Pink #DDA28C
Tints of Tonys Pink #DDA28C
RGB
CMYK
RGB Variations
Color information
#DDA28C (or 0xDDA28C) is known color: Tonys Pink. HEX triplet: DD, A2 and 8C. RGB value is (221,162,140). Sum of RGB (Red+Green+Blue) = 221+162+140=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA28C is #225D73. Grayscale: #B1B1B1. Windows color (decimal): -2252148 or 9216733. OLE color: 9216733.
HSL color Cylindrical-coordinate representation of color #DDA28C: hue angle of 16.3º 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 #DDA28C is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 162 | 140 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.13 |
| HSL | 16.3º | 0.54% | 0.71% | - |
| HSV(B) | 16.3º | 0.37% | 0.87% | - |
| XYZ | 47.47 | 43.11 | 30.63 | - |
| YUV | 177.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 162 | 140 | 0 | 0.27 | 0.37 | 0.13 | 16.3 | 0.54 | 0.71 |
| Hex | DD | A2 | 8C | 0 | 1B | 25 | D | 10 | 36 | 47 |
| Octal | 335 | 242 | 214 | 0 | 33 | 45 | 15 | 20 | 66 | 107 |
| Binary | 11011101 | 10100010 | 10001100 | 0 | 11011 | 100101 | 1101 | 10000 | 110110 | 1000111 |
Color Harmonies of #DDA28C
Complementary color
Monochromatic Colors of #DDA28C
Black with #DDA28C
Text Example
Text Example
White with #DDA28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA28C; }
p { color: rgb(221,162,140); }
H1.HeaderClassName
{
color: #DDA28C;
}
.AnyTagClassName
{
color: #DDA28C;
}
</style>
background-color css
<style>
a { background-color: #DDA28C; }
a { background-color: rgb(221,162,140); }
div.DivClassName
{
background-color: #DDA28C;
}
.BgClassName
{
background-color: #DDA28C;
}
</style>
border-color css
<style>
span { border-color: #DDA28C; }
span { border-color: rgb(221,162,140); }
td.TdClassName
{
border-color: #DDA28C;
}
.TagClassName
{
border-color: #DDA28C;
}
</style>