Shades of Gold Tips #DCB925
Tints of Gold Tips #DCB925
RGB
CMYK
RGB Variations
Color information
#DCB925 (or 0xDCB925) is known color: Gold Tips. HEX triplet: DC, B9 and 25. RGB value is (220,185,37). Sum of RGB (Red+Green+Blue) = 220+185+37=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 185 (72.66% from 255 or 41.86% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB925 is #2346DA. Grayscale: #B3B3B3. Windows color (decimal): -2311899 or 2472412. OLE color: 2472412.
HSL color Cylindrical-coordinate representation of color #DCB925: hue angle of 48.52º 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 #DCB925 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 37 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.14 |
| HSL | 48.52º | 0.72% | 0.5% | - |
| HSV(B) | 48.52º | 0.83% | 0.86% | - |
| XYZ | 47.2 | 50.05 | 8.92 | - |
| YUV | 178.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 37 | 0 | 0.16 | 0.83 | 0.14 | 48.52 | 0.72 | 0.5 |
| Hex | DC | B9 | 25 | 0 | 10 | 53 | E | 31 | 48 | 32 |
| Octal | 334 | 271 | 45 | 0 | 20 | 123 | 16 | 61 | 110 | 62 |
| Binary | 11011100 | 10111001 | 100101 | 0 | 10000 | 1010011 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DCB925
Complementary color
Monochromatic Colors of #DCB925
Black with #DCB925
Text Example
Text Example
White with #DCB925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB925; }
p { color: rgb(220,185,37); }
H1.HeaderClassName
{
color: #DCB925;
}
.AnyTagClassName
{
color: #DCB925;
}
</style>
background-color css
<style>
a { background-color: #DCB925; }
a { background-color: rgb(220,185,37); }
div.DivClassName
{
background-color: #DCB925;
}
.BgClassName
{
background-color: #DCB925;
}
</style>
border-color css
<style>
span { border-color: #DCB925; }
span { border-color: rgb(220,185,37); }
td.TdClassName
{
border-color: #DCB925;
}
.TagClassName
{
border-color: #DCB925;
}
</style>