Shades of Gold Tips #DCB220
Tints of Gold Tips #DCB220
RGB
CMYK
RGB Variations
Color information
#DCB220 (or 0xDCB220) is known color: Gold Tips. HEX triplet: DC, B2 and 20. RGB value is (220,178,32). Sum of RGB (Red+Green+Blue) = 220+178+32=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB220 is #234DDF. Grayscale: #AEAEAE. Windows color (decimal): -2313696 or 2142940. OLE color: 2142940.
HSL color Cylindrical-coordinate representation of color #DCB220: hue angle of 46.6º 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 #DCB220 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 32 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.14 |
| HSL | 46.6º | 0.75% | 0.49% | - |
| HSV(B) | 46.6º | 0.85% | 0.86% | - |
| XYZ | 45.7 | 47.16 | 8.06 | - |
| YUV | 173.91 | 47.91 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 32 | 0 | 0.19 | 0.85 | 0.14 | 46.6 | 0.75 | 0.49 |
| Hex | DC | B2 | 20 | 0 | 13 | 55 | E | 2F | 4B | 31 |
| Octal | 334 | 262 | 40 | 0 | 23 | 125 | 16 | 57 | 113 | 61 |
| Binary | 11011100 | 10110010 | 100000 | 0 | 10011 | 1010101 | 1110 | 101111 | 1001011 | 110001 |
Color Harmonies of #DCB220
Complementary color
Monochromatic Colors of #DCB220
Black with #DCB220
Text Example
Text Example
White with #DCB220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB220; }
p { color: rgb(220,178,32); }
H1.HeaderClassName
{
color: #DCB220;
}
.AnyTagClassName
{
color: #DCB220;
}
</style>
background-color css
<style>
a { background-color: #DCB220; }
a { background-color: rgb(220,178,32); }
div.DivClassName
{
background-color: #DCB220;
}
.BgClassName
{
background-color: #DCB220;
}
</style>
border-color css
<style>
span { border-color: #DCB220; }
span { border-color: rgb(220,178,32); }
td.TdClassName
{
border-color: #DCB220;
}
.TagClassName
{
border-color: #DCB220;
}
</style>