Shades of Tonys Pink #DCA18B
Tints of Tonys Pink #DCA18B
RGB
CMYK
RGB Variations
Color information
#DCA18B (or 0xDCA18B) is known color: Tonys Pink. HEX triplet: DC, A1 and 8B. RGB value is (220,161,139). Sum of RGB (Red+Green+Blue) = 220+161+139=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA18B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA18B is #235E74. Grayscale: #B0B0B0. Windows color (decimal): -2317941 or 9150940. OLE color: 9150940.
HSL color Cylindrical-coordinate representation of color #DCA18B: hue angle of 16.3º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCA18B is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 161 | 139 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.14 |
| HSL | 16.3º | 0.54% | 0.7% | - |
| HSV(B) | 16.3º | 0.37% | 0.86% | - |
| XYZ | 46.92 | 42.57 | 30.17 | - |
| YUV | 176.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 161 | 139 | 0 | 0.27 | 0.37 | 0.14 | 16.3 | 0.54 | 0.7 |
| Hex | DC | A1 | 8B | 0 | 1B | 25 | E | 10 | 36 | 46 |
| Octal | 334 | 241 | 213 | 0 | 33 | 45 | 16 | 20 | 66 | 106 |
| Binary | 11011100 | 10100001 | 10001011 | 0 | 11011 | 100101 | 1110 | 10000 | 110110 | 1000110 |
Color Harmonies of #DCA18B
Complementary color
Monochromatic Colors of #DCA18B
Black with #DCA18B
Text Example
Text Example
White with #DCA18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA18B; }
p { color: rgb(220,161,139); }
H1.HeaderClassName
{
color: #DCA18B;
}
.AnyTagClassName
{
color: #DCA18B;
}
</style>
background-color css
<style>
a { background-color: #DCA18B; }
a { background-color: rgb(220,161,139); }
div.DivClassName
{
background-color: #DCA18B;
}
.BgClassName
{
background-color: #DCA18B;
}
</style>
border-color css
<style>
span { border-color: #DCA18B; }
span { border-color: rgb(220,161,139); }
td.TdClassName
{
border-color: #DCA18B;
}
.TagClassName
{
border-color: #DCA18B;
}
</style>