Shades of Gold Tips #DCB530
Tints of Gold Tips #DCB530
RGB
CMYK
RGB Variations
Color information
#DCB530 (or 0xDCB530) is known color: Gold Tips. HEX triplet: DC, B5 and 30. RGB value is (220,181,48). Sum of RGB (Red+Green+Blue) = 220+181+48=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 48 (19.14% from 255 or 10.69% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB530 is #234ACF. Grayscale: #B2B2B2. Windows color (decimal): -2312912 or 3192284. OLE color: 3192284.
HSL color Cylindrical-coordinate representation of color #DCB530: hue angle of 46.4º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCB530 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 48 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.14 |
| HSL | 46.4º | 0.71% | 0.53% | - |
| HSV(B) | 46.4º | 0.78% | 0.86% | - |
| XYZ | 46.57 | 48.48 | 9.7 | - |
| YUV | 177.5 | 54.92 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 48 | 0 | 0.18 | 0.78 | 0.14 | 46.4 | 0.71 | 0.53 |
| Hex | DC | B5 | 30 | 0 | 12 | 4E | E | 2E | 47 | 35 |
| Octal | 334 | 265 | 60 | 0 | 22 | 116 | 16 | 56 | 107 | 65 |
| Binary | 11011100 | 10110101 | 110000 | 0 | 10010 | 1001110 | 1110 | 101110 | 1000111 | 110101 |
Color Harmonies of #DCB530
Complementary color
Monochromatic Colors of #DCB530
Black with #DCB530
Text Example
Text Example
White with #DCB530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB530; }
p { color: rgb(220,181,48); }
H1.HeaderClassName
{
color: #DCB530;
}
.AnyTagClassName
{
color: #DCB530;
}
</style>
background-color css
<style>
a { background-color: #DCB530; }
a { background-color: rgb(220,181,48); }
div.DivClassName
{
background-color: #DCB530;
}
.BgClassName
{
background-color: #DCB530;
}
</style>
border-color css
<style>
span { border-color: #DCB530; }
span { border-color: rgb(220,181,48); }
td.TdClassName
{
border-color: #DCB530;
}
.TagClassName
{
border-color: #DCB530;
}
</style>