Shades of Gold Tips #DCB222
Tints of Gold Tips #DCB222
RGB
CMYK
RGB Variations
Color information
#DCB222 (or 0xDCB222) is known color: Gold Tips. HEX triplet: DC, B2 and 22. RGB value is (220,178,34). Sum of RGB (Red+Green+Blue) = 220+178+34=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 34 (13.67% from 255 or 7.87% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DCB222 is #234DDD. Grayscale: #AEAEAE. Windows color (decimal): -2313694 or 2274012. OLE color: 2274012.
HSL color Cylindrical-coordinate representation of color #DCB222: hue angle of 46.45º degrees, saturation: 0.73, 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 #DCB222 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 34 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.14 |
| HSL | 46.45º | 0.73% | 0.5% | - |
| HSV(B) | 46.45º | 0.85% | 0.86% | - |
| XYZ | 45.72 | 47.17 | 8.21 | - |
| YUV | 174.14 | 48.91 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 34 | 0 | 0.19 | 0.85 | 0.14 | 46.45 | 0.73 | 0.5 |
| Hex | DC | B2 | 22 | 0 | 13 | 55 | E | 2E | 49 | 32 |
| Octal | 334 | 262 | 42 | 0 | 23 | 125 | 16 | 56 | 111 | 62 |
| Binary | 11011100 | 10110010 | 100010 | 0 | 10011 | 1010101 | 1110 | 101110 | 1001001 | 110010 |
Color Harmonies of #DCB222
Complementary color
Monochromatic Colors of #DCB222
Black with #DCB222
Text Example
Text Example
White with #DCB222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB222; }
p { color: rgb(220,178,34); }
H1.HeaderClassName
{
color: #DCB222;
}
.AnyTagClassName
{
color: #DCB222;
}
</style>
background-color css
<style>
a { background-color: #DCB222; }
a { background-color: rgb(220,178,34); }
div.DivClassName
{
background-color: #DCB222;
}
.BgClassName
{
background-color: #DCB222;
}
</style>
border-color css
<style>
span { border-color: #DCB222; }
span { border-color: rgb(220,178,34); }
td.TdClassName
{
border-color: #DCB222;
}
.TagClassName
{
border-color: #DCB222;
}
</style>