Shades of Gold Tips #DCB823
Tints of Gold Tips #DCB823
RGB
CMYK
RGB Variations
Color information
#DCB823 (or 0xDCB823) is known color: Gold Tips. HEX triplet: DC, B8 and 23. RGB value is (220,184,35). Sum of RGB (Red+Green+Blue) = 220+184+35=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 35 (14.06% from 255 or 7.97% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB823 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB823 is #2347DC. Grayscale: #B2B2B2. Windows color (decimal): -2312157 or 2341084. OLE color: 2341084.
HSL color Cylindrical-coordinate representation of color #DCB823: hue angle of 48.32º 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 #DCB823 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 35 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.14 |
| HSL | 48.32º | 0.73% | 0.5% | - |
| HSV(B) | 48.32º | 0.84% | 0.86% | - |
| XYZ | 46.96 | 49.62 | 8.69 | - |
| YUV | 177.78 | 47.43 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 35 | 0 | 0.16 | 0.84 | 0.14 | 48.32 | 0.73 | 0.5 |
| Hex | DC | B8 | 23 | 0 | 10 | 54 | E | 30 | 49 | 32 |
| Octal | 334 | 270 | 43 | 0 | 20 | 124 | 16 | 60 | 111 | 62 |
| Binary | 11011100 | 10111000 | 100011 | 0 | 10000 | 1010100 | 1110 | 110000 | 1001001 | 110010 |
Color Harmonies of #DCB823
Complementary color
Monochromatic Colors of #DCB823
Black with #DCB823
Text Example
Text Example
White with #DCB823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB823; }
p { color: rgb(220,184,35); }
H1.HeaderClassName
{
color: #DCB823;
}
.AnyTagClassName
{
color: #DCB823;
}
</style>
background-color css
<style>
a { background-color: #DCB823; }
a { background-color: rgb(220,184,35); }
div.DivClassName
{
background-color: #DCB823;
}
.BgClassName
{
background-color: #DCB823;
}
</style>
border-color css
<style>
span { border-color: #DCB823; }
span { border-color: rgb(220,184,35); }
td.TdClassName
{
border-color: #DCB823;
}
.TagClassName
{
border-color: #DCB823;
}
</style>