Shades of Gold Tips #DCB424
Tints of Gold Tips #DCB424
RGB
CMYK
RGB Variations
Color information
#DCB424 (or 0xDCB424) is known color: Gold Tips. HEX triplet: DC, B4 and 24. RGB value is (220,180,36). Sum of RGB (Red+Green+Blue) = 220+180+36=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB424 is #234BDB. Grayscale: #B0B0B0. Windows color (decimal): -2313180 or 2405596. OLE color: 2405596.
HSL color Cylindrical-coordinate representation of color #DCB424: hue angle of 46.96º 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 #DCB424 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 36 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.14 |
| HSL | 46.96º | 0.72% | 0.5% | - |
| HSV(B) | 46.96º | 0.84% | 0.86% | - |
| XYZ | 46.15 | 47.99 | 8.5 | - |
| YUV | 175.54 | 49.25 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 36 | 0 | 0.18 | 0.84 | 0.14 | 46.96 | 0.72 | 0.5 |
| Hex | DC | B4 | 24 | 0 | 12 | 54 | E | 2F | 48 | 32 |
| Octal | 334 | 264 | 44 | 0 | 22 | 124 | 16 | 57 | 110 | 62 |
| Binary | 11011100 | 10110100 | 100100 | 0 | 10010 | 1010100 | 1110 | 101111 | 1001000 | 110010 |
Color Harmonies of #DCB424
Complementary color
Monochromatic Colors of #DCB424
Black with #DCB424
Text Example
Text Example
White with #DCB424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB424; }
p { color: rgb(220,180,36); }
H1.HeaderClassName
{
color: #DCB424;
}
.AnyTagClassName
{
color: #DCB424;
}
</style>
background-color css
<style>
a { background-color: #DCB424; }
a { background-color: rgb(220,180,36); }
div.DivClassName
{
background-color: #DCB424;
}
.BgClassName
{
background-color: #DCB424;
}
</style>
border-color css
<style>
span { border-color: #DCB424; }
span { border-color: rgb(220,180,36); }
td.TdClassName
{
border-color: #DCB424;
}
.TagClassName
{
border-color: #DCB424;
}
</style>