Shades of Gold Tips #DCB125
Tints of Gold Tips #DCB125
RGB
CMYK
RGB Variations
Color information
#DCB125 (or 0xDCB125) is known color: Gold Tips. HEX triplet: DC, B1 and 25. RGB value is (220,177,37). Sum of RGB (Red+Green+Blue) = 220+177+37=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 37 (14.84% from 255 or 8.53% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB125 is #234EDA. Grayscale: #AEAEAE. Windows color (decimal): -2313947 or 2470364. OLE color: 2470364.
HSL color Cylindrical-coordinate representation of color #DCB125: hue angle of 45.9º 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 #DCB125 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 37 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.14 |
| HSL | 45.9º | 0.72% | 0.5% | - |
| HSV(B) | 45.9º | 0.83% | 0.86% | - |
| XYZ | 45.57 | 46.79 | 8.38 | - |
| YUV | 173.9 | 50.75 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 37 | 0 | 0.20 | 0.83 | 0.14 | 45.9 | 0.72 | 0.5 |
| Hex | DC | B1 | 25 | 0 | 14 | 53 | E | 2E | 48 | 32 |
| Octal | 334 | 261 | 45 | 0 | 24 | 123 | 16 | 56 | 110 | 62 |
| Binary | 11011100 | 10110001 | 100101 | 0 | 10100 | 1010011 | 1110 | 101110 | 1001000 | 110010 |
Color Harmonies of #DCB125
Complementary color
Monochromatic Colors of #DCB125
Black with #DCB125
Text Example
Text Example
White with #DCB125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB125; }
p { color: rgb(220,177,37); }
H1.HeaderClassName
{
color: #DCB125;
}
.AnyTagClassName
{
color: #DCB125;
}
</style>
background-color css
<style>
a { background-color: #DCB125; }
a { background-color: rgb(220,177,37); }
div.DivClassName
{
background-color: #DCB125;
}
.BgClassName
{
background-color: #DCB125;
}
</style>
border-color css
<style>
span { border-color: #DCB125; }
span { border-color: rgb(220,177,37); }
td.TdClassName
{
border-color: #DCB125;
}
.TagClassName
{
border-color: #DCB125;
}
</style>