Shades of Tonys Pink #DDA58D
Tints of Tonys Pink #DDA58D
RGB
CMYK
RGB Variations
Color information
#DDA58D (or 0xDDA58D) is known color: Tonys Pink. HEX triplet: DD, A5 and 8D. RGB value is (221,165,141). Sum of RGB (Red+Green+Blue) = 221+165+141=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA58D is #225A72. Grayscale: #B3B3B3. Windows color (decimal): -2251379 or 9283037. OLE color: 9283037.
HSL color Cylindrical-coordinate representation of color #DDA58D: hue angle of 18º 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 #DDA58D is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 165 | 141 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.13 |
| HSL | 18º | 0.54% | 0.71% | - |
| HSV(B) | 18º | 0.36% | 0.87% | - |
| XYZ | 48.08 | 44.21 | 31.2 | - |
| YUV | 179.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 141 | 0 | 0.25 | 0.36 | 0.13 | 18 | 0.54 | 0.71 |
| Hex | DD | A5 | 8D | 0 | 19 | 24 | D | 12 | 36 | 47 |
| Octal | 335 | 245 | 215 | 0 | 31 | 44 | 15 | 22 | 66 | 107 |
| Binary | 11011101 | 10100101 | 10001101 | 0 | 11001 | 100100 | 1101 | 10010 | 110110 | 1000111 |
Color Harmonies of #DDA58D
Complementary color
Monochromatic Colors of #DDA58D
Black with #DDA58D
Text Example
Text Example
White with #DDA58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA58D; }
p { color: rgb(221,165,141); }
H1.HeaderClassName
{
color: #DDA58D;
}
.AnyTagClassName
{
color: #DDA58D;
}
</style>
background-color css
<style>
a { background-color: #DDA58D; }
a { background-color: rgb(221,165,141); }
div.DivClassName
{
background-color: #DDA58D;
}
.BgClassName
{
background-color: #DDA58D;
}
</style>
border-color css
<style>
span { border-color: #DDA58D; }
span { border-color: rgb(221,165,141); }
td.TdClassName
{
border-color: #DDA58D;
}
.TagClassName
{
border-color: #DDA58D;
}
</style>