Shades of Gold Tips #DCB523
Tints of Gold Tips #DCB523
RGB
CMYK
RGB Variations
Color information
#DCB523 (or 0xDCB523) is known color: Gold Tips. HEX triplet: DC, B5 and 23. RGB value is (220,181,35). Sum of RGB (Red+Green+Blue) = 220+181+35=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 35 (14.06% from 255 or 8.03% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB523 is #234ADC. Grayscale: #B0B0B0. Windows color (decimal): -2312925 or 2340316. OLE color: 2340316.
HSL color Cylindrical-coordinate representation of color #DCB523: hue angle of 47.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DCB523 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 35 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.14 |
| HSL | 47.35º | 0.73% | 0.5% | - |
| HSV(B) | 47.35º | 0.84% | 0.86% | - |
| XYZ | 46.34 | 48.38 | 8.49 | - |
| YUV | 176.02 | 48.42 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 35 | 0 | 0.18 | 0.84 | 0.14 | 47.35 | 0.73 | 0.5 |
| Hex | DC | B5 | 23 | 0 | 12 | 54 | E | 2F | 49 | 32 |
| Octal | 334 | 265 | 43 | 0 | 22 | 124 | 16 | 57 | 111 | 62 |
| Binary | 11011100 | 10110101 | 100011 | 0 | 10010 | 1010100 | 1110 | 101111 | 1001001 | 110010 |
Color Harmonies of #DCB523
Complementary color
Monochromatic Colors of #DCB523
Black with #DCB523
Text Example
Text Example
White with #DCB523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB523; }
p { color: rgb(220,181,35); }
H1.HeaderClassName
{
color: #DCB523;
}
.AnyTagClassName
{
color: #DCB523;
}
</style>
background-color css
<style>
a { background-color: #DCB523; }
a { background-color: rgb(220,181,35); }
div.DivClassName
{
background-color: #DCB523;
}
.BgClassName
{
background-color: #DCB523;
}
</style>
border-color css
<style>
span { border-color: #DCB523; }
span { border-color: rgb(220,181,35); }
td.TdClassName
{
border-color: #DCB523;
}
.TagClassName
{
border-color: #DCB523;
}
</style>