Shades of Gold Tips #DCB428
Tints of Gold Tips #DCB428
RGB
CMYK
RGB Variations
Color information
#DCB428 (or 0xDCB428) is known color: Gold Tips. HEX triplet: DC, B4 and 28. RGB value is (220,180,40). Sum of RGB (Red+Green+Blue) = 220+180+40=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB428 is #234BD7. Grayscale: #B0B0B0. Windows color (decimal): -2313176 or 2667740. OLE color: 2667740.
HSL color Cylindrical-coordinate representation of color #DCB428: hue angle of 46.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCB428 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 40 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.14 |
| HSL | 46.67º | 0.72% | 0.51% | - |
| HSV(B) | 46.67º | 0.82% | 0.86% | - |
| XYZ | 46.22 | 48.01 | 8.84 | - |
| YUV | 176 | 51.25 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 40 | 0 | 0.18 | 0.82 | 0.14 | 46.67 | 0.72 | 0.51 |
| Hex | DC | B4 | 28 | 0 | 12 | 52 | E | 2F | 48 | 33 |
| Octal | 334 | 264 | 50 | 0 | 22 | 122 | 16 | 57 | 110 | 63 |
| Binary | 11011100 | 10110100 | 101000 | 0 | 10010 | 1010010 | 1110 | 101111 | 1001000 | 110011 |
Color Harmonies of #DCB428
Complementary color
Monochromatic Colors of #DCB428
Black with #DCB428
Text Example
Text Example
White with #DCB428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB428; }
p { color: rgb(220,180,40); }
H1.HeaderClassName
{
color: #DCB428;
}
.AnyTagClassName
{
color: #DCB428;
}
</style>
background-color css
<style>
a { background-color: #DCB428; }
a { background-color: rgb(220,180,40); }
div.DivClassName
{
background-color: #DCB428;
}
.BgClassName
{
background-color: #DCB428;
}
</style>
border-color css
<style>
span { border-color: #DCB428; }
span { border-color: rgb(220,180,40); }
td.TdClassName
{
border-color: #DCB428;
}
.TagClassName
{
border-color: #DCB428;
}
</style>