Shades of Gold Tips #DCB425
Tints of Gold Tips #DCB425
RGB
CMYK
RGB Variations
Color information
#DCB425 (or 0xDCB425) is known color: Gold Tips. HEX triplet: DC, B4 and 25. RGB value is (220,180,37). Sum of RGB (Red+Green+Blue) = 220+180+37=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 37 (14.84% from 255 or 8.47% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB425 is #234BDA. Grayscale: #B0B0B0. Windows color (decimal): -2313179 or 2471132. OLE color: 2471132.
HSL color Cylindrical-coordinate representation of color #DCB425: hue angle of 46.89º 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 #DCB425 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 37 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.14 |
| HSL | 46.89º | 0.72% | 0.5% | - |
| HSV(B) | 46.89º | 0.83% | 0.86% | - |
| XYZ | 46.17 | 47.99 | 8.58 | - |
| YUV | 175.66 | 49.75 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 37 | 0 | 0.18 | 0.83 | 0.14 | 46.89 | 0.72 | 0.5 |
| Hex | DC | B4 | 25 | 0 | 12 | 53 | E | 2F | 48 | 32 |
| Octal | 334 | 264 | 45 | 0 | 22 | 123 | 16 | 57 | 110 | 62 |
| Binary | 11011100 | 10110100 | 100101 | 0 | 10010 | 1010011 | 1110 | 101111 | 1001000 | 110010 |
Color Harmonies of #DCB425
Complementary color
Monochromatic Colors of #DCB425
Black with #DCB425
Text Example
Text Example
White with #DCB425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB425; }
p { color: rgb(220,180,37); }
H1.HeaderClassName
{
color: #DCB425;
}
.AnyTagClassName
{
color: #DCB425;
}
</style>
background-color css
<style>
a { background-color: #DCB425; }
a { background-color: rgb(220,180,37); }
div.DivClassName
{
background-color: #DCB425;
}
.BgClassName
{
background-color: #DCB425;
}
</style>
border-color css
<style>
span { border-color: #DCB425; }
span { border-color: rgb(220,180,37); }
td.TdClassName
{
border-color: #DCB425;
}
.TagClassName
{
border-color: #DCB425;
}
</style>