Shades of Gold Tips #DCB421
Tints of Gold Tips #DCB421
RGB
CMYK
RGB Variations
Color information
#DCB421 (or 0xDCB421) is known color: Gold Tips. HEX triplet: DC, B4 and 21. RGB value is (220,180,33). Sum of RGB (Red+Green+Blue) = 220+180+33=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 33 (13.28% from 255 or 7.62% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB421 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB421 is #234BDE. Grayscale: #AFAFAF. Windows color (decimal): -2313183 or 2208988. OLE color: 2208988.
HSL color Cylindrical-coordinate representation of color #DCB421: hue angle of 47.17º 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 #DCB421 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 33 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.14 |
| HSL | 47.17º | 0.74% | 0.5% | - |
| HSV(B) | 47.17º | 0.85% | 0.86% | - |
| XYZ | 46.11 | 47.97 | 8.27 | - |
| YUV | 175.2 | 47.75 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 33 | 0 | 0.18 | 0.85 | 0.14 | 47.17 | 0.74 | 0.5 |
| Hex | DC | B4 | 21 | 0 | 12 | 55 | E | 2F | 4A | 32 |
| Octal | 334 | 264 | 41 | 0 | 22 | 125 | 16 | 57 | 112 | 62 |
| Binary | 11011100 | 10110100 | 100001 | 0 | 10010 | 1010101 | 1110 | 101111 | 1001010 | 110010 |
Color Harmonies of #DCB421
Complementary color
Monochromatic Colors of #DCB421
Black with #DCB421
Text Example
Text Example
White with #DCB421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB421; }
p { color: rgb(220,180,33); }
H1.HeaderClassName
{
color: #DCB421;
}
.AnyTagClassName
{
color: #DCB421;
}
</style>
background-color css
<style>
a { background-color: #DCB421; }
a { background-color: rgb(220,180,33); }
div.DivClassName
{
background-color: #DCB421;
}
.BgClassName
{
background-color: #DCB421;
}
</style>
border-color css
<style>
span { border-color: #DCB421; }
span { border-color: rgb(220,180,33); }
td.TdClassName
{
border-color: #DCB421;
}
.TagClassName
{
border-color: #DCB421;
}
</style>