Shades of Gold Tips #DCB924
Tints of Gold Tips #DCB924
RGB
CMYK
RGB Variations
Color information
#DCB924 (or 0xDCB924) is known color: Gold Tips. HEX triplet: DC, B9 and 24. RGB value is (220,185,36). Sum of RGB (Red+Green+Blue) = 220+185+36=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 36 (14.45% from 255 or 8.16% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB924 is #2346DB. Grayscale: #B3B3B3. Windows color (decimal): -2311900 or 2406876. OLE color: 2406876.
HSL color Cylindrical-coordinate representation of color #DCB924: hue angle of 48.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCB924 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 36 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.14 |
| HSL | 48.59º | 0.72% | 0.5% | - |
| HSV(B) | 48.59º | 0.84% | 0.86% | - |
| XYZ | 47.18 | 50.04 | 8.84 | - |
| YUV | 178.48 | 47.6 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 36 | 0 | 0.16 | 0.84 | 0.14 | 48.59 | 0.72 | 0.5 |
| Hex | DC | B9 | 24 | 0 | 10 | 54 | E | 31 | 48 | 32 |
| Octal | 334 | 271 | 44 | 0 | 20 | 124 | 16 | 61 | 110 | 62 |
| Binary | 11011100 | 10111001 | 100100 | 0 | 10000 | 1010100 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DCB924
Complementary color
Monochromatic Colors of #DCB924
Black with #DCB924
Text Example
Text Example
White with #DCB924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB924; }
p { color: rgb(220,185,36); }
H1.HeaderClassName
{
color: #DCB924;
}
.AnyTagClassName
{
color: #DCB924;
}
</style>
background-color css
<style>
a { background-color: #DCB924; }
a { background-color: rgb(220,185,36); }
div.DivClassName
{
background-color: #DCB924;
}
.BgClassName
{
background-color: #DCB924;
}
</style>
border-color css
<style>
span { border-color: #DCB924; }
span { border-color: rgb(220,185,36); }
td.TdClassName
{
border-color: #DCB924;
}
.TagClassName
{
border-color: #DCB924;
}
</style>