Shades of Gold Tips #DCB720
Tints of Gold Tips #DCB720
RGB
CMYK
RGB Variations
Color information
#DCB720 (or 0xDCB720) is known color: Gold Tips. HEX triplet: DC, B7 and 20. RGB value is (220,183,32). Sum of RGB (Red+Green+Blue) = 220+183+32=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB720 is #2348DF. Grayscale: #B1B1B1. Windows color (decimal): -2312416 or 2144220. OLE color: 2144220.
HSL color Cylindrical-coordinate representation of color #DCB720: hue angle of 48.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCB720 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 32 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.14 |
| HSL | 48.19º | 0.75% | 0.49% | - |
| HSV(B) | 48.19º | 0.85% | 0.86% | - |
| XYZ | 46.71 | 49.19 | 8.4 | - |
| YUV | 176.85 | 46.26 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 32 | 0 | 0.17 | 0.85 | 0.14 | 48.19 | 0.75 | 0.49 |
| Hex | DC | B7 | 20 | 0 | 11 | 55 | E | 30 | 4B | 31 |
| Octal | 334 | 267 | 40 | 0 | 21 | 125 | 16 | 60 | 113 | 61 |
| Binary | 11011100 | 10110111 | 100000 | 0 | 10001 | 1010101 | 1110 | 110000 | 1001011 | 110001 |
Color Harmonies of #DCB720
Complementary color
Monochromatic Colors of #DCB720
Black with #DCB720
Text Example
Text Example
White with #DCB720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB720; }
p { color: rgb(220,183,32); }
H1.HeaderClassName
{
color: #DCB720;
}
.AnyTagClassName
{
color: #DCB720;
}
</style>
background-color css
<style>
a { background-color: #DCB720; }
a { background-color: rgb(220,183,32); }
div.DivClassName
{
background-color: #DCB720;
}
.BgClassName
{
background-color: #DCB720;
}
</style>
border-color css
<style>
span { border-color: #DCB720; }
span { border-color: rgb(220,183,32); }
td.TdClassName
{
border-color: #DCB720;
}
.TagClassName
{
border-color: #DCB720;
}
</style>