Shades of Gold Tips #DCB824
Tints of Gold Tips #DCB824
RGB
CMYK
RGB Variations
Color information
#DCB824 (or 0xDCB824) is known color: Gold Tips. HEX triplet: DC, B8 and 24. RGB value is (220,184,36). Sum of RGB (Red+Green+Blue) = 220+184+36=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB824 is #2347DB. Grayscale: #B2B2B2. Windows color (decimal): -2312156 or 2406620. OLE color: 2406620.
HSL color Cylindrical-coordinate representation of color #DCB824: hue angle of 48.26º 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 #DCB824 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 36 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.14 |
| HSL | 48.26º | 0.72% | 0.5% | - |
| HSV(B) | 48.26º | 0.84% | 0.86% | - |
| XYZ | 46.97 | 49.62 | 8.77 | - |
| YUV | 177.89 | 47.93 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 36 | 0 | 0.16 | 0.84 | 0.14 | 48.26 | 0.72 | 0.5 |
| Hex | DC | B8 | 24 | 0 | 10 | 54 | E | 30 | 48 | 32 |
| Octal | 334 | 270 | 44 | 0 | 20 | 124 | 16 | 60 | 110 | 62 |
| Binary | 11011100 | 10111000 | 100100 | 0 | 10000 | 1010100 | 1110 | 110000 | 1001000 | 110010 |
Color Harmonies of #DCB824
Complementary color
Monochromatic Colors of #DCB824
Black with #DCB824
Text Example
Text Example
White with #DCB824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB824; }
p { color: rgb(220,184,36); }
H1.HeaderClassName
{
color: #DCB824;
}
.AnyTagClassName
{
color: #DCB824;
}
</style>
background-color css
<style>
a { background-color: #DCB824; }
a { background-color: rgb(220,184,36); }
div.DivClassName
{
background-color: #DCB824;
}
.BgClassName
{
background-color: #DCB824;
}
</style>
border-color css
<style>
span { border-color: #DCB824; }
span { border-color: rgb(220,184,36); }
td.TdClassName
{
border-color: #DCB824;
}
.TagClassName
{
border-color: #DCB824;
}
</style>