Shades of Gold Tips #DCB726
Tints of Gold Tips #DCB726
RGB
CMYK
RGB Variations
Color information
#DCB726 (or 0xDCB726) is known color: Gold Tips. HEX triplet: DC, B7 and 26. RGB value is (220,183,38). Sum of RGB (Red+Green+Blue) = 220+183+38=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB726 is #2348D9. Grayscale: #B2B2B2. Windows color (decimal): -2312410 or 2537436. OLE color: 2537436.
HSL color Cylindrical-coordinate representation of color #DCB726: hue angle of 47.8º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCB726 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 38 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.14 |
| HSL | 47.8º | 0.72% | 0.51% | - |
| HSV(B) | 47.8º | 0.83% | 0.86% | - |
| XYZ | 46.8 | 49.22 | 8.87 | - |
| YUV | 177.53 | 49.26 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 38 | 0 | 0.17 | 0.83 | 0.14 | 47.8 | 0.72 | 0.51 |
| Hex | DC | B7 | 26 | 0 | 11 | 53 | E | 30 | 48 | 33 |
| Octal | 334 | 267 | 46 | 0 | 21 | 123 | 16 | 60 | 110 | 63 |
| Binary | 11011100 | 10110111 | 100110 | 0 | 10001 | 1010011 | 1110 | 110000 | 1001000 | 110011 |
Color Harmonies of #DCB726
Complementary color
Monochromatic Colors of #DCB726
Black with #DCB726
Text Example
Text Example
White with #DCB726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB726; }
p { color: rgb(220,183,38); }
H1.HeaderClassName
{
color: #DCB726;
}
.AnyTagClassName
{
color: #DCB726;
}
</style>
background-color css
<style>
a { background-color: #DCB726; }
a { background-color: rgb(220,183,38); }
div.DivClassName
{
background-color: #DCB726;
}
.BgClassName
{
background-color: #DCB726;
}
</style>
border-color css
<style>
span { border-color: #DCB726; }
span { border-color: rgb(220,183,38); }
td.TdClassName
{
border-color: #DCB726;
}
.TagClassName
{
border-color: #DCB726;
}
</style>