Shades of Gold Tips #DCB124
Tints of Gold Tips #DCB124
RGB
CMYK
RGB Variations
Color information
#DCB124 (or 0xDCB124) is known color: Gold Tips. HEX triplet: DC, B1 and 24. RGB value is (220,177,36). Sum of RGB (Red+Green+Blue) = 220+177+36=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 36 (14.45% from 255 or 8.31% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB124 is #234EDB. Grayscale: #AEAEAE. Windows color (decimal): -2313948 or 2404828. OLE color: 2404828.
HSL color Cylindrical-coordinate representation of color #DCB124: hue angle of 45.98º 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 #DCB124 is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 36 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.14 |
| HSL | 45.98º | 0.72% | 0.5% | - |
| HSV(B) | 45.98º | 0.84% | 0.86% | - |
| XYZ | 45.56 | 46.79 | 8.3 | - |
| YUV | 173.78 | 50.25 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 36 | 0 | 0.20 | 0.84 | 0.14 | 45.98 | 0.72 | 0.5 |
| Hex | DC | B1 | 24 | 0 | 14 | 54 | E | 2E | 48 | 32 |
| Octal | 334 | 261 | 44 | 0 | 24 | 124 | 16 | 56 | 110 | 62 |
| Binary | 11011100 | 10110001 | 100100 | 0 | 10100 | 1010100 | 1110 | 101110 | 1001000 | 110010 |
Color Harmonies of #DCB124
Complementary color
Monochromatic Colors of #DCB124
Black with #DCB124
Text Example
Text Example
White with #DCB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB124; }
p { color: rgb(220,177,36); }
H1.HeaderClassName
{
color: #DCB124;
}
.AnyTagClassName
{
color: #DCB124;
}
</style>
background-color css
<style>
a { background-color: #DCB124; }
a { background-color: rgb(220,177,36); }
div.DivClassName
{
background-color: #DCB124;
}
.BgClassName
{
background-color: #DCB124;
}
</style>
border-color css
<style>
span { border-color: #DCB124; }
span { border-color: rgb(220,177,36); }
td.TdClassName
{
border-color: #DCB124;
}
.TagClassName
{
border-color: #DCB124;
}
</style>