Shades of Gold Tips #DCB622
Tints of Gold Tips #DCB622
RGB
CMYK
RGB Variations
Color information
#DCB622 (or 0xDCB622) is known color: Gold Tips. HEX triplet: DC, B6 and 22. RGB value is (220,182,34). Sum of RGB (Red+Green+Blue) = 220+182+34=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 34 (13.67% from 255 or 7.80% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB622 is #2349DD. Grayscale: #B1B1B1. Windows color (decimal): -2312670 or 2275036. OLE color: 2275036.
HSL color Cylindrical-coordinate representation of color #DCB622: hue angle of 47.74º 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 #DCB622 is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 34 | - |
| CMYK | 0 | 0.17 | 0.85 | 0.14 |
| HSL | 47.74º | 0.73% | 0.5% | - |
| HSV(B) | 47.74º | 0.85% | 0.86% | - |
| XYZ | 46.53 | 48.79 | 8.48 | - |
| YUV | 176.49 | 47.59 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 34 | 0 | 0.17 | 0.85 | 0.14 | 47.74 | 0.73 | 0.5 |
| Hex | DC | B6 | 22 | 0 | 11 | 55 | E | 30 | 49 | 32 |
| Octal | 334 | 266 | 42 | 0 | 21 | 125 | 16 | 60 | 111 | 62 |
| Binary | 11011100 | 10110110 | 100010 | 0 | 10001 | 1010101 | 1110 | 110000 | 1001001 | 110010 |
Color Harmonies of #DCB622
Complementary color
Monochromatic Colors of #DCB622
Black with #DCB622
Text Example
Text Example
White with #DCB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB622; }
p { color: rgb(220,182,34); }
H1.HeaderClassName
{
color: #DCB622;
}
.AnyTagClassName
{
color: #DCB622;
}
</style>
background-color css
<style>
a { background-color: #DCB622; }
a { background-color: rgb(220,182,34); }
div.DivClassName
{
background-color: #DCB622;
}
.BgClassName
{
background-color: #DCB622;
}
</style>
border-color css
<style>
span { border-color: #DCB622; }
span { border-color: rgb(220,182,34); }
td.TdClassName
{
border-color: #DCB622;
}
.TagClassName
{
border-color: #DCB622;
}
</style>