Shades of Gold Tips #DCB024
Tints of Gold Tips #DCB024
RGB
CMYK
RGB Variations
Color information
#DCB024 (or 0xDCB024) is known color: Gold Tips. HEX triplet: DC, B0 and 24. RGB value is (220,176,36). Sum of RGB (Red+Green+Blue) = 220+176+36=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB024 is #234FDB. Grayscale: #ADADAD. Windows color (decimal): -2314204 or 2404572. OLE color: 2404572.
HSL color Cylindrical-coordinate representation of color #DCB024: hue angle of 45.65º 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 #DCB024 is Cyan = 0, Magento = 0.2, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 36 | - |
| CMYK | 0 | 0.2 | 0.84 | 0.14 |
| HSL | 45.65º | 0.72% | 0.5% | - |
| HSV(B) | 45.65º | 0.84% | 0.86% | - |
| XYZ | 45.36 | 46.39 | 8.23 | - |
| YUV | 173.2 | 50.58 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 36 | 0 | 0.2 | 0.84 | 0.14 | 45.65 | 0.72 | 0.5 |
| Hex | DC | B0 | 24 | 0 | 14 | 54 | E | 2E | 48 | 32 |
| Octal | 334 | 260 | 44 | 0 | 24 | 124 | 16 | 56 | 110 | 62 |
| Binary | 11011100 | 10110000 | 100100 | 0 | 10100 | 1010100 | 1110 | 101110 | 1001000 | 110010 |
Color Harmonies of #DCB024
Complementary color
Monochromatic Colors of #DCB024
Black with #DCB024
Text Example
Text Example
White with #DCB024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB024; }
p { color: rgb(220,176,36); }
H1.HeaderClassName
{
color: #DCB024;
}
.AnyTagClassName
{
color: #DCB024;
}
</style>
background-color css
<style>
a { background-color: #DCB024; }
a { background-color: rgb(220,176,36); }
div.DivClassName
{
background-color: #DCB024;
}
.BgClassName
{
background-color: #DCB024;
}
</style>
border-color css
<style>
span { border-color: #DCB024; }
span { border-color: rgb(220,176,36); }
td.TdClassName
{
border-color: #DCB024;
}
.TagClassName
{
border-color: #DCB024;
}
</style>