Shades of Gold Tips #DCB325
Tints of Gold Tips #DCB325
RGB
CMYK
RGB Variations
Color information
#DCB325 (or 0xDCB325) is known color: Gold Tips. HEX triplet: DC, B3 and 25. RGB value is (220,179,37). Sum of RGB (Red+Green+Blue) = 220+179+37=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB325 is #234CDA. Grayscale: #AFAFAF. Windows color (decimal): -2313435 or 2470876. OLE color: 2470876.
HSL color Cylindrical-coordinate representation of color #DCB325: hue angle of 46.56º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCB325 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 37 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.14 |
| HSL | 46.56º | 0.72% | 0.5% | - |
| HSV(B) | 46.56º | 0.83% | 0.86% | - |
| XYZ | 45.97 | 47.59 | 8.51 | - |
| YUV | 175.07 | 50.08 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 37 | 0 | 0.19 | 0.83 | 0.14 | 46.56 | 0.72 | 0.5 |
| Hex | DC | B3 | 25 | 0 | 13 | 53 | E | 2F | 48 | 32 |
| Octal | 334 | 263 | 45 | 0 | 23 | 123 | 16 | 57 | 110 | 62 |
| Binary | 11011100 | 10110011 | 100101 | 0 | 10011 | 1010011 | 1110 | 101111 | 1001000 | 110010 |
Color Harmonies of #DCB325
Complementary color
Monochromatic Colors of #DCB325
Black with #DCB325
Text Example
Text Example
White with #DCB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB325; }
p { color: rgb(220,179,37); }
H1.HeaderClassName
{
color: #DCB325;
}
.AnyTagClassName
{
color: #DCB325;
}
</style>
background-color css
<style>
a { background-color: #DCB325; }
a { background-color: rgb(220,179,37); }
div.DivClassName
{
background-color: #DCB325;
}
.BgClassName
{
background-color: #DCB325;
}
</style>
border-color css
<style>
span { border-color: #DCB325; }
span { border-color: rgb(220,179,37); }
td.TdClassName
{
border-color: #DCB325;
}
.TagClassName
{
border-color: #DCB325;
}
</style>