Shades of Gold Tips #DCB020
Tints of Gold Tips #DCB020
RGB
CMYK
RGB Variations
Color information
#DCB020 (or 0xDCB020) is known color: Gold Tips. HEX triplet: DC, B0 and 20. RGB value is (220,176,32). Sum of RGB (Red+Green+Blue) = 220+176+32=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB020 is #234FDF. Grayscale: #ADADAD. Windows color (decimal): -2314208 or 2142428. OLE color: 2142428.
HSL color Cylindrical-coordinate representation of color #DCB020: hue angle of 45.96º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCB020 is Cyan = 0, Magento = 0.2, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 32 | - |
| CMYK | 0 | 0.2 | 0.85 | 0.14 |
| HSL | 45.96º | 0.75% | 0.49% | - |
| HSV(B) | 45.96º | 0.85% | 0.86% | - |
| XYZ | 45.3 | 46.37 | 7.93 | - |
| YUV | 172.74 | 48.58 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 32 | 0 | 0.2 | 0.85 | 0.14 | 45.96 | 0.75 | 0.49 |
| Hex | DC | B0 | 20 | 0 | 14 | 55 | E | 2E | 4B | 31 |
| Octal | 334 | 260 | 40 | 0 | 24 | 125 | 16 | 56 | 113 | 61 |
| Binary | 11011100 | 10110000 | 100000 | 0 | 10100 | 1010101 | 1110 | 101110 | 1001011 | 110001 |
Color Harmonies of #DCB020
Complementary color
Monochromatic Colors of #DCB020
Black with #DCB020
Text Example
Text Example
White with #DCB020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB020; }
p { color: rgb(220,176,32); }
H1.HeaderClassName
{
color: #DCB020;
}
.AnyTagClassName
{
color: #DCB020;
}
</style>
background-color css
<style>
a { background-color: #DCB020; }
a { background-color: rgb(220,176,32); }
div.DivClassName
{
background-color: #DCB020;
}
.BgClassName
{
background-color: #DCB020;
}
</style>
border-color css
<style>
span { border-color: #DCB020; }
span { border-color: rgb(220,176,32); }
td.TdClassName
{
border-color: #DCB020;
}
.TagClassName
{
border-color: #DCB020;
}
</style>