Shades of Gold Tips #DCB420
Tints of Gold Tips #DCB420
RGB
CMYK
RGB Variations
Color information
#DCB420 (or 0xDCB420) is known color: Gold Tips. HEX triplet: DC, B4 and 20. RGB value is (220,180,32). Sum of RGB (Red+Green+Blue) = 220+180+32=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB420 is #234BDF. Grayscale: #AFAFAF. Windows color (decimal): -2313184 or 2143452. OLE color: 2143452.
HSL color Cylindrical-coordinate representation of color #DCB420: hue angle of 47.23º 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 #DCB420 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 32 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.14 |
| HSL | 47.23º | 0.75% | 0.49% | - |
| HSV(B) | 47.23º | 0.85% | 0.86% | - |
| XYZ | 46.1 | 47.96 | 8.19 | - |
| YUV | 175.09 | 47.25 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 32 | 0 | 0.18 | 0.85 | 0.14 | 47.23 | 0.75 | 0.49 |
| Hex | DC | B4 | 20 | 0 | 12 | 55 | E | 2F | 4B | 31 |
| Octal | 334 | 264 | 40 | 0 | 22 | 125 | 16 | 57 | 113 | 61 |
| Binary | 11011100 | 10110100 | 100000 | 0 | 10010 | 1010101 | 1110 | 101111 | 1001011 | 110001 |
Color Harmonies of #DCB420
Complementary color
Monochromatic Colors of #DCB420
Black with #DCB420
Text Example
Text Example
White with #DCB420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB420; }
p { color: rgb(220,180,32); }
H1.HeaderClassName
{
color: #DCB420;
}
.AnyTagClassName
{
color: #DCB420;
}
</style>
background-color css
<style>
a { background-color: #DCB420; }
a { background-color: rgb(220,180,32); }
div.DivClassName
{
background-color: #DCB420;
}
.BgClassName
{
background-color: #DCB420;
}
</style>
border-color css
<style>
span { border-color: #DCB420; }
span { border-color: rgb(220,180,32); }
td.TdClassName
{
border-color: #DCB420;
}
.TagClassName
{
border-color: #DCB420;
}
</style>