Shades of Gold Tips #DCB321
Tints of Gold Tips #DCB321
RGB
CMYK
RGB Variations
Color information
#DCB321 (or 0xDCB321) is known color: Gold Tips. HEX triplet: DC, B3 and 21. RGB value is (220,179,33). Sum of RGB (Red+Green+Blue) = 220+179+33=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 179 (70.31% from 255 or 41.44% from 432); Blue value is 33 (13.28% from 255 or 7.64% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB321 is #234CDE. Grayscale: #AFAFAF. Windows color (decimal): -2313439 or 2208732. OLE color: 2208732.
HSL color Cylindrical-coordinate representation of color #DCB321: hue angle of 46.84º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCB321 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 33 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.14 |
| HSL | 46.84º | 0.74% | 0.5% | - |
| HSV(B) | 46.84º | 0.85% | 0.86% | - |
| XYZ | 45.91 | 47.57 | 8.2 | - |
| YUV | 174.62 | 48.08 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 33 | 0 | 0.19 | 0.85 | 0.14 | 46.84 | 0.74 | 0.5 |
| Hex | DC | B3 | 21 | 0 | 13 | 55 | E | 2F | 4A | 32 |
| Octal | 334 | 263 | 41 | 0 | 23 | 125 | 16 | 57 | 112 | 62 |
| Binary | 11011100 | 10110011 | 100001 | 0 | 10011 | 1010101 | 1110 | 101111 | 1001010 | 110010 |
Color Harmonies of #DCB321
Complementary color
Monochromatic Colors of #DCB321
Black with #DCB321
Text Example
Text Example
White with #DCB321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB321; }
p { color: rgb(220,179,33); }
H1.HeaderClassName
{
color: #DCB321;
}
.AnyTagClassName
{
color: #DCB321;
}
</style>
background-color css
<style>
a { background-color: #DCB321; }
a { background-color: rgb(220,179,33); }
div.DivClassName
{
background-color: #DCB321;
}
.BgClassName
{
background-color: #DCB321;
}
</style>
border-color css
<style>
span { border-color: #DCB321; }
span { border-color: rgb(220,179,33); }
td.TdClassName
{
border-color: #DCB321;
}
.TagClassName
{
border-color: #DCB321;
}
</style>