Shades of Gold Tips #DCB621
Tints of Gold Tips #DCB621
RGB
CMYK
RGB Variations
Color information
#DCB621 (or 0xDCB621) is known color: Gold Tips. HEX triplet: DC, B6 and 21. RGB value is (220,182,33). Sum of RGB (Red+Green+Blue) = 220+182+33=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 33 (13.28% from 255 or 7.59% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB621 is #2349DE. Grayscale: #B1B1B1. Windows color (decimal): -2312671 or 2209500. OLE color: 2209500.
HSL color Cylindrical-coordinate representation of color #DCB621: hue angle of 47.81º 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 #DCB621 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 33 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.14 |
| HSL | 47.81º | 0.74% | 0.5% | - |
| HSV(B) | 47.81º | 0.85% | 0.86% | - |
| XYZ | 46.52 | 48.78 | 8.4 | - |
| YUV | 176.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 33 | 0 | 0.17 | 0.85 | 0.14 | 47.81 | 0.74 | 0.5 |
| Hex | DC | B6 | 21 | 0 | 11 | 55 | E | 30 | 4A | 32 |
| Octal | 334 | 266 | 41 | 0 | 21 | 125 | 16 | 60 | 112 | 62 |
| Binary | 11011100 | 10110110 | 100001 | 0 | 10001 | 1010101 | 1110 | 110000 | 1001010 | 110010 |
Color Harmonies of #DCB621
Complementary color
Monochromatic Colors of #DCB621
Black with #DCB621
Text Example
Text Example
White with #DCB621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB621; }
p { color: rgb(220,182,33); }
H1.HeaderClassName
{
color: #DCB621;
}
.AnyTagClassName
{
color: #DCB621;
}
</style>
background-color css
<style>
a { background-color: #DCB621; }
a { background-color: rgb(220,182,33); }
div.DivClassName
{
background-color: #DCB621;
}
.BgClassName
{
background-color: #DCB621;
}
</style>
border-color css
<style>
span { border-color: #DCB621; }
span { border-color: rgb(220,182,33); }
td.TdClassName
{
border-color: #DCB621;
}
.TagClassName
{
border-color: #DCB621;
}
</style>