Shades of Gold Tips #DCB821
Tints of Gold Tips #DCB821
RGB
CMYK
RGB Variations
Color information
#DCB821 (or 0xDCB821) is known color: Gold Tips. HEX triplet: DC, B8 and 21. RGB value is (220,184,33). Sum of RGB (Red+Green+Blue) = 220+184+33=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB821 is #2347DE. Grayscale: #B2B2B2. Windows color (decimal): -2312159 or 2210012. OLE color: 2210012.
HSL color Cylindrical-coordinate representation of color #DCB821: hue angle of 48.45º 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 #DCB821 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 33 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.14 |
| HSL | 48.45º | 0.74% | 0.5% | - |
| HSV(B) | 48.45º | 0.85% | 0.86% | - |
| XYZ | 46.93 | 49.61 | 8.54 | - |
| YUV | 177.55 | 46.43 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 33 | 0 | 0.16 | 0.85 | 0.14 | 48.45 | 0.74 | 0.5 |
| Hex | DC | B8 | 21 | 0 | 10 | 55 | E | 30 | 4A | 32 |
| Octal | 334 | 270 | 41 | 0 | 20 | 125 | 16 | 60 | 112 | 62 |
| Binary | 11011100 | 10111000 | 100001 | 0 | 10000 | 1010101 | 1110 | 110000 | 1001010 | 110010 |
Color Harmonies of #DCB821
Complementary color
Monochromatic Colors of #DCB821
Black with #DCB821
Text Example
Text Example
White with #DCB821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB821; }
p { color: rgb(220,184,33); }
H1.HeaderClassName
{
color: #DCB821;
}
.AnyTagClassName
{
color: #DCB821;
}
</style>
background-color css
<style>
a { background-color: #DCB821; }
a { background-color: rgb(220,184,33); }
div.DivClassName
{
background-color: #DCB821;
}
.BgClassName
{
background-color: #DCB821;
}
</style>
border-color css
<style>
span { border-color: #DCB821; }
span { border-color: rgb(220,184,33); }
td.TdClassName
{
border-color: #DCB821;
}
.TagClassName
{
border-color: #DCB821;
}
</style>