Shades of Tonys Pink #DCA28B
Tints of Tonys Pink #DCA28B
RGB
CMYK
RGB Variations
Color information
#DCA28B (or 0xDCA28B) is known color: Tonys Pink. HEX triplet: DC, A2 and 8B. RGB value is (220,162,139). Sum of RGB (Red+Green+Blue) = 220+162+139=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA28B is #235D74. Grayscale: #B0B0B0. Windows color (decimal): -2317685 or 9151196. OLE color: 9151196.
HSL color Cylindrical-coordinate representation of color #DCA28B: hue angle of 17.04º 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 #DCA28B is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 162 | 139 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.14 |
| HSL | 17.04º | 0.54% | 0.7% | - |
| HSV(B) | 17.04º | 0.37% | 0.86% | - |
| XYZ | 47.1 | 42.92 | 30.23 | - |
| YUV | 176.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 162 | 139 | 0 | 0.26 | 0.37 | 0.14 | 17.04 | 0.54 | 0.7 |
| Hex | DC | A2 | 8B | 0 | 1A | 25 | E | 11 | 36 | 46 |
| Octal | 334 | 242 | 213 | 0 | 32 | 45 | 16 | 21 | 66 | 106 |
| Binary | 11011100 | 10100010 | 10001011 | 0 | 11010 | 100101 | 1110 | 10001 | 110110 | 1000110 |
Color Harmonies of #DCA28B
Complementary color
Monochromatic Colors of #DCA28B
Black with #DCA28B
Text Example
Text Example
White with #DCA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA28B; }
p { color: rgb(220,162,139); }
H1.HeaderClassName
{
color: #DCA28B;
}
.AnyTagClassName
{
color: #DCA28B;
}
</style>
background-color css
<style>
a { background-color: #DCA28B; }
a { background-color: rgb(220,162,139); }
div.DivClassName
{
background-color: #DCA28B;
}
.BgClassName
{
background-color: #DCA28B;
}
</style>
border-color css
<style>
span { border-color: #DCA28B; }
span { border-color: rgb(220,162,139); }
td.TdClassName
{
border-color: #DCA28B;
}
.TagClassName
{
border-color: #DCA28B;
}
</style>