Shades of Gold Tips #DCB029
Tints of Gold Tips #DCB029
RGB
CMYK
RGB Variations
Color information
#DCB029 (or 0xDCB029) is known color: Gold Tips. HEX triplet: DC, B0 and 29. RGB value is (220,176,41). Sum of RGB (Red+Green+Blue) = 220+176+41=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 41 (16.41% from 255 or 9.38% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB029 is #234FD6. Grayscale: #AEAEAE. Windows color (decimal): -2314199 or 2732252. OLE color: 2732252.
HSL color Cylindrical-coordinate representation of color #DCB029: hue angle of 45.25º 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 #DCB029 is Cyan = 0, Magento = 0.2, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 41 | - |
| CMYK | 0 | 0.2 | 0.81 | 0.14 |
| HSL | 45.25º | 0.72% | 0.51% | - |
| HSV(B) | 45.25º | 0.81% | 0.86% | - |
| XYZ | 45.44 | 46.43 | 8.66 | - |
| YUV | 173.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 41 | 0 | 0.2 | 0.81 | 0.14 | 45.25 | 0.72 | 0.51 |
| Hex | DC | B0 | 29 | 0 | 14 | 51 | E | 2D | 48 | 33 |
| Octal | 334 | 260 | 51 | 0 | 24 | 121 | 16 | 55 | 110 | 63 |
| Binary | 11011100 | 10110000 | 101001 | 0 | 10100 | 1010001 | 1110 | 101101 | 1001000 | 110011 |
Color Harmonies of #DCB029
Complementary color
Monochromatic Colors of #DCB029
Black with #DCB029
Text Example
Text Example
White with #DCB029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB029; }
p { color: rgb(220,176,41); }
H1.HeaderClassName
{
color: #DCB029;
}
.AnyTagClassName
{
color: #DCB029;
}
</style>
background-color css
<style>
a { background-color: #DCB029; }
a { background-color: rgb(220,176,41); }
div.DivClassName
{
background-color: #DCB029;
}
.BgClassName
{
background-color: #DCB029;
}
</style>
border-color css
<style>
span { border-color: #DCB029; }
span { border-color: rgb(220,176,41); }
td.TdClassName
{
border-color: #DCB029;
}
.TagClassName
{
border-color: #DCB029;
}
</style>