Shades of Tonys Pink #DDA38C
Tints of Tonys Pink #DDA38C
RGB
CMYK
RGB Variations
Color information
#DDA38C (or 0xDDA38C) is known color: Tonys Pink. HEX triplet: DD, A3 and 8C. RGB value is (221,163,140). Sum of RGB (Red+Green+Blue) = 221+163+140=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38C is #225C73. Grayscale: #B1B1B1. Windows color (decimal): -2251892 or 9216989. OLE color: 9216989.
HSL color Cylindrical-coordinate representation of color #DDA38C: hue angle of 17.04º 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 #DDA38C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 163 | 140 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.13 |
| HSL | 17.04º | 0.54% | 0.71% | - |
| HSV(B) | 17.04º | 0.37% | 0.87% | - |
| XYZ | 47.65 | 43.46 | 30.69 | - |
| YUV | 177.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 163 | 140 | 0 | 0.26 | 0.37 | 0.13 | 17.04 | 0.54 | 0.71 |
| Hex | DD | A3 | 8C | 0 | 1A | 25 | D | 11 | 36 | 47 |
| Octal | 335 | 243 | 214 | 0 | 32 | 45 | 15 | 21 | 66 | 107 |
| Binary | 11011101 | 10100011 | 10001100 | 0 | 11010 | 100101 | 1101 | 10001 | 110110 | 1000111 |
Color Harmonies of #DDA38C
Complementary color
Monochromatic Colors of #DDA38C
Black with #DDA38C
Text Example
Text Example
White with #DDA38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA38C; }
p { color: rgb(221,163,140); }
H1.HeaderClassName
{
color: #DDA38C;
}
.AnyTagClassName
{
color: #DDA38C;
}
</style>
background-color css
<style>
a { background-color: #DDA38C; }
a { background-color: rgb(221,163,140); }
div.DivClassName
{
background-color: #DDA38C;
}
.BgClassName
{
background-color: #DDA38C;
}
</style>
border-color css
<style>
span { border-color: #DDA38C; }
span { border-color: rgb(221,163,140); }
td.TdClassName
{
border-color: #DDA38C;
}
.TagClassName
{
border-color: #DDA38C;
}
</style>