Shades of Gold Tips #DCB929
Tints of Gold Tips #DCB929
RGB
CMYK
RGB Variations
Color information
#DCB929 (or 0xDCB929) is known color: Gold Tips. HEX triplet: DC, B9 and 29. RGB value is (220,185,41). Sum of RGB (Red+Green+Blue) = 220+185+41=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 41 (16.41% from 255 or 9.19% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB929 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB929 is #2346D6. Grayscale: #B3B3B3. Windows color (decimal): -2311895 or 2734556. OLE color: 2734556.
HSL color Cylindrical-coordinate representation of color #DCB929: hue angle of 48.27º 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 #DCB929 is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 41 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.14 |
| HSL | 48.27º | 0.72% | 0.51% | - |
| HSV(B) | 48.27º | 0.81% | 0.86% | - |
| XYZ | 47.26 | 50.07 | 9.27 | - |
| YUV | 179.05 | 50.1 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 41 | 0 | 0.16 | 0.81 | 0.14 | 48.27 | 0.72 | 0.51 |
| Hex | DC | B9 | 29 | 0 | 10 | 51 | E | 30 | 48 | 33 |
| Octal | 334 | 271 | 51 | 0 | 20 | 121 | 16 | 60 | 110 | 63 |
| Binary | 11011100 | 10111001 | 101001 | 0 | 10000 | 1010001 | 1110 | 110000 | 1001000 | 110011 |
Color Harmonies of #DCB929
Complementary color
Monochromatic Colors of #DCB929
Black with #DCB929
Text Example
Text Example
White with #DCB929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB929; }
p { color: rgb(220,185,41); }
H1.HeaderClassName
{
color: #DCB929;
}
.AnyTagClassName
{
color: #DCB929;
}
</style>
background-color css
<style>
a { background-color: #DCB929; }
a { background-color: rgb(220,185,41); }
div.DivClassName
{
background-color: #DCB929;
}
.BgClassName
{
background-color: #DCB929;
}
</style>
border-color css
<style>
span { border-color: #DCB929; }
span { border-color: rgb(220,185,41); }
td.TdClassName
{
border-color: #DCB929;
}
.TagClassName
{
border-color: #DCB929;
}
</style>