Shades of Gold Tips #DCAC2A
Tints of Gold Tips #DCAC2A
RGB
CMYK
RGB Variations
Color information
#DCAC2A (or 0xDCAC2A) is known color: Gold Tips. HEX triplet: DC, AC and 2A. RGB value is (220,172,42). Sum of RGB (Red+Green+Blue) = 220+172+42=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 42 (16.80% from 255 or 9.68% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC2A is #2353D5. Grayscale: #ACACAC. Windows color (decimal): -2315222 or 2796764. OLE color: 2796764.
HSL color Cylindrical-coordinate representation of color #DCAC2A: hue angle of 43.82º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCAC2A is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 42 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.14 |
| HSL | 43.82º | 0.72% | 0.51% | - |
| HSV(B) | 43.82º | 0.81% | 0.86% | - |
| XYZ | 44.69 | 44.89 | 8.5 | - |
| YUV | 171.53 | 54.9 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 42 | 0 | 0.22 | 0.81 | 0.14 | 43.82 | 0.72 | 0.51 |
| Hex | DC | AC | 2A | 0 | 16 | 51 | E | 2C | 48 | 33 |
| Octal | 334 | 254 | 52 | 0 | 26 | 121 | 16 | 54 | 110 | 63 |
| Binary | 11011100 | 10101100 | 101010 | 0 | 10110 | 1010001 | 1110 | 101100 | 1001000 | 110011 |
Color Harmonies of #DCAC2A
Complementary color
Monochromatic Colors of #DCAC2A
Black with #DCAC2A
Text Example
Text Example
White with #DCAC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC2A; }
p { color: rgb(220,172,42); }
H1.HeaderClassName
{
color: #DCAC2A;
}
.AnyTagClassName
{
color: #DCAC2A;
}
</style>
background-color css
<style>
a { background-color: #DCAC2A; }
a { background-color: rgb(220,172,42); }
div.DivClassName
{
background-color: #DCAC2A;
}
.BgClassName
{
background-color: #DCAC2A;
}
</style>
border-color css
<style>
span { border-color: #DCAC2A; }
span { border-color: rgb(220,172,42); }
td.TdClassName
{
border-color: #DCAC2A;
}
.TagClassName
{
border-color: #DCAC2A;
}
</style>