Shades of Gold Tips #DCAC29
Tints of Gold Tips #DCAC29
RGB
CMYK
RGB Variations
Color information
#DCAC29 (or 0xDCAC29) is known color: Gold Tips. HEX triplet: DC, AC and 29. RGB value is (220,172,41). Sum of RGB (Red+Green+Blue) = 220+172+41=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 41 (16.41% from 255 or 9.47% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCAC29 is #2353D6. Grayscale: #ABABAB. Windows color (decimal): -2315223 or 2731228. OLE color: 2731228.
HSL color Cylindrical-coordinate representation of color #DCAC29: hue angle of 43.91º 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 #DCAC29 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 172 | 41 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.14 |
| HSL | 43.91º | 0.72% | 0.51% | - |
| HSV(B) | 43.91º | 0.81% | 0.86% | - |
| XYZ | 44.67 | 44.88 | 8.41 | - |
| YUV | 171.42 | 54.4 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 172 | 41 | 0 | 0.22 | 0.81 | 0.14 | 43.91 | 0.72 | 0.51 |
| Hex | DC | AC | 29 | 0 | 16 | 51 | E | 2C | 48 | 33 |
| Octal | 334 | 254 | 51 | 0 | 26 | 121 | 16 | 54 | 110 | 63 |
| Binary | 11011100 | 10101100 | 101001 | 0 | 10110 | 1010001 | 1110 | 101100 | 1001000 | 110011 |
Color Harmonies of #DCAC29
Complementary color
Monochromatic Colors of #DCAC29
Black with #DCAC29
Text Example
Text Example
White with #DCAC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAC29; }
p { color: rgb(220,172,41); }
H1.HeaderClassName
{
color: #DCAC29;
}
.AnyTagClassName
{
color: #DCAC29;
}
</style>
background-color css
<style>
a { background-color: #DCAC29; }
a { background-color: rgb(220,172,41); }
div.DivClassName
{
background-color: #DCAC29;
}
.BgClassName
{
background-color: #DCAC29;
}
</style>
border-color css
<style>
span { border-color: #DCAC29; }
span { border-color: rgb(220,172,41); }
td.TdClassName
{
border-color: #DCAC29;
}
.TagClassName
{
border-color: #DCAC29;
}
</style>