Shades of Gold Tips #DCB422
Tints of Gold Tips #DCB422
RGB
CMYK
RGB Variations
Color information
#DCB422 (or 0xDCB422) is known color: Gold Tips. HEX triplet: DC, B4 and 22. RGB value is (220,180,34). Sum of RGB (Red+Green+Blue) = 220+180+34=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 34 (13.67% from 255 or 7.83% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB422 is #234BDD. Grayscale: #AFAFAF. Windows color (decimal): -2313182 or 2274524. OLE color: 2274524.
HSL color Cylindrical-coordinate representation of color #DCB422: hue angle of 47.1º 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 #DCB422 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 34 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.14 |
| HSL | 47.1º | 0.73% | 0.5% | - |
| HSV(B) | 47.1º | 0.85% | 0.86% | - |
| XYZ | 46.13 | 47.97 | 8.34 | - |
| YUV | 175.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 34 | 0 | 0.18 | 0.85 | 0.14 | 47.1 | 0.73 | 0.5 |
| Hex | DC | B4 | 22 | 0 | 12 | 55 | E | 2F | 49 | 32 |
| Octal | 334 | 264 | 42 | 0 | 22 | 125 | 16 | 57 | 111 | 62 |
| Binary | 11011100 | 10110100 | 100010 | 0 | 10010 | 1010101 | 1110 | 101111 | 1001001 | 110010 |
Color Harmonies of #DCB422
Complementary color
Monochromatic Colors of #DCB422
Black with #DCB422
Text Example
Text Example
White with #DCB422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB422; }
p { color: rgb(220,180,34); }
H1.HeaderClassName
{
color: #DCB422;
}
.AnyTagClassName
{
color: #DCB422;
}
</style>
background-color css
<style>
a { background-color: #DCB422; }
a { background-color: rgb(220,180,34); }
div.DivClassName
{
background-color: #DCB422;
}
.BgClassName
{
background-color: #DCB422;
}
</style>
border-color css
<style>
span { border-color: #DCB422; }
span { border-color: rgb(220,180,34); }
td.TdClassName
{
border-color: #DCB422;
}
.TagClassName
{
border-color: #DCB422;
}
</style>