Shades of Gold Tips #DCB226
Tints of Gold Tips #DCB226
RGB
CMYK
RGB Variations
Color information
#DCB226 (or 0xDCB226) is known color: Gold Tips. HEX triplet: DC, B2 and 26. RGB value is (220,178,38). Sum of RGB (Red+Green+Blue) = 220+178+38=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB226 is #234DD9. Grayscale: #AFAFAF. Windows color (decimal): -2313690 or 2536156. OLE color: 2536156.
HSL color Cylindrical-coordinate representation of color #DCB226: hue angle of 46.15º 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 #DCB226 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 38 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.14 |
| HSL | 46.15º | 0.72% | 0.51% | - |
| HSV(B) | 46.15º | 0.83% | 0.86% | - |
| XYZ | 45.79 | 47.2 | 8.53 | - |
| YUV | 174.6 | 50.91 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 38 | 0 | 0.19 | 0.83 | 0.14 | 46.15 | 0.72 | 0.51 |
| Hex | DC | B2 | 26 | 0 | 13 | 53 | E | 2E | 48 | 33 |
| Octal | 334 | 262 | 46 | 0 | 23 | 123 | 16 | 56 | 110 | 63 |
| Binary | 11011100 | 10110010 | 100110 | 0 | 10011 | 1010011 | 1110 | 101110 | 1001000 | 110011 |
Color Harmonies of #DCB226
Complementary color
Monochromatic Colors of #DCB226
Black with #DCB226
Text Example
Text Example
White with #DCB226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB226; }
p { color: rgb(220,178,38); }
H1.HeaderClassName
{
color: #DCB226;
}
.AnyTagClassName
{
color: #DCB226;
}
</style>
background-color css
<style>
a { background-color: #DCB226; }
a { background-color: rgb(220,178,38); }
div.DivClassName
{
background-color: #DCB226;
}
.BgClassName
{
background-color: #DCB226;
}
</style>
border-color css
<style>
span { border-color: #DCB226; }
span { border-color: rgb(220,178,38); }
td.TdClassName
{
border-color: #DCB226;
}
.TagClassName
{
border-color: #DCB226;
}
</style>