Shades of Tonys Pink #DDA38B
Tints of Tonys Pink #DDA38B
RGB
CMYK
RGB Variations
Color information
#DDA38B (or 0xDDA38B) is known color: Tonys Pink. HEX triplet: DD, A3 and 8B. RGB value is (221,163,139). Sum of RGB (Red+Green+Blue) = 221+163+139=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38B is #225C74. Grayscale: #B1B1B1. Windows color (decimal): -2251893 or 9151453. OLE color: 9151453.
HSL color Cylindrical-coordinate representation of color #DDA38B: hue angle of 17.56º degrees, saturation: 0.55, 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 #DDA38B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 139 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.13 |
| HSL | 17.56º | 0.55% | 0.71% | - |
| HSV(B) | 17.56º | 0.37% | 0.87% | - |
| XYZ | 47.58 | 43.43 | 30.3 | - |
| YUV | 177.61 | 106.22 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 139 | 0 | 0.26 | 0.37 | 0.13 | 17.56 | 0.55 | 0.71 |
| Hex | DD | A3 | 8B | 0 | 1A | 25 | D | 12 | 37 | 47 |
| Octal | 335 | 243 | 213 | 0 | 32 | 45 | 15 | 22 | 67 | 107 |
| Binary | 11011101 | 10100011 | 10001011 | 0 | 11010 | 100101 | 1101 | 10010 | 110111 | 1000111 |
Color Harmonies of #DDA38B
Complementary color
Monochromatic Colors of #DDA38B
Black with #DDA38B
Text Example
Text Example
White with #DDA38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA38B; }
p { color: rgb(221,163,139); }
H1.HeaderClassName
{
color: #DDA38B;
}
.AnyTagClassName
{
color: #DDA38B;
}
</style>
background-color css
<style>
a { background-color: #DDA38B; }
a { background-color: rgb(221,163,139); }
div.DivClassName
{
background-color: #DDA38B;
}
.BgClassName
{
background-color: #DDA38B;
}
</style>
border-color css
<style>
span { border-color: #DDA38B; }
span { border-color: rgb(221,163,139); }
td.TdClassName
{
border-color: #DDA38B;
}
.TagClassName
{
border-color: #DDA38B;
}
</style>