Shades of Gold Tips #DCB723
Tints of Gold Tips #DCB723
RGB
CMYK
RGB Variations
Color information
#DCB723 (or 0xDCB723) is known color: Gold Tips. HEX triplet: DC, B7 and 23. RGB value is (220,183,35). Sum of RGB (Red+Green+Blue) = 220+183+35=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 183 (71.88% from 255 or 41.78% from 438); Blue value is 35 (14.06% from 255 or 7.99% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB723 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB723 is #2348DC. Grayscale: #B1B1B1. Windows color (decimal): -2312413 or 2340828. OLE color: 2340828.
HSL color Cylindrical-coordinate representation of color #DCB723: hue angle of 48º 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 #DCB723 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 35 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.14 |
| HSL | 48º | 0.73% | 0.5% | - |
| HSV(B) | 48º | 0.84% | 0.86% | - |
| XYZ | 46.75 | 49.2 | 8.62 | - |
| YUV | 177.19 | 47.76 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 35 | 0 | 0.17 | 0.84 | 0.14 | 48 | 0.73 | 0.5 |
| Hex | DC | B7 | 23 | 0 | 11 | 54 | E | 30 | 49 | 32 |
| Octal | 334 | 267 | 43 | 0 | 21 | 124 | 16 | 60 | 111 | 62 |
| Binary | 11011100 | 10110111 | 100011 | 0 | 10001 | 1010100 | 1110 | 110000 | 1001001 | 110010 |
Color Harmonies of #DCB723
Complementary color
Monochromatic Colors of #DCB723
Black with #DCB723
Text Example
Text Example
White with #DCB723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB723; }
p { color: rgb(220,183,35); }
H1.HeaderClassName
{
color: #DCB723;
}
.AnyTagClassName
{
color: #DCB723;
}
</style>
background-color css
<style>
a { background-color: #DCB723; }
a { background-color: rgb(220,183,35); }
div.DivClassName
{
background-color: #DCB723;
}
.BgClassName
{
background-color: #DCB723;
}
</style>
border-color css
<style>
span { border-color: #DCB723; }
span { border-color: rgb(220,183,35); }
td.TdClassName
{
border-color: #DCB723;
}
.TagClassName
{
border-color: #DCB723;
}
</style>