Shades of Gold Tips #DCB826
Tints of Gold Tips #DCB826
RGB
CMYK
RGB Variations
Color information
#DCB826 (or 0xDCB826) is known color: Gold Tips. HEX triplet: DC, B8 and 26. RGB value is (220,184,38). Sum of RGB (Red+Green+Blue) = 220+184+38=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 38 (15.23% from 255 or 8.60% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB826 is #2347D9. Grayscale: #B2B2B2. Windows color (decimal): -2312154 or 2537692. OLE color: 2537692.
HSL color Cylindrical-coordinate representation of color #DCB826: hue angle of 48.13º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCB826 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 38 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.14 |
| HSL | 48.13º | 0.72% | 0.51% | - |
| HSV(B) | 48.13º | 0.83% | 0.86% | - |
| XYZ | 47.01 | 49.64 | 8.94 | - |
| YUV | 178.12 | 48.93 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 38 | 0 | 0.16 | 0.83 | 0.14 | 48.13 | 0.72 | 0.51 |
| Hex | DC | B8 | 26 | 0 | 10 | 53 | E | 30 | 48 | 33 |
| Octal | 334 | 270 | 46 | 0 | 20 | 123 | 16 | 60 | 110 | 63 |
| Binary | 11011100 | 10111000 | 100110 | 0 | 10000 | 1010011 | 1110 | 110000 | 1001000 | 110011 |
Color Harmonies of #DCB826
Complementary color
Monochromatic Colors of #DCB826
Black with #DCB826
Text Example
Text Example
White with #DCB826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB826; }
p { color: rgb(220,184,38); }
H1.HeaderClassName
{
color: #DCB826;
}
.AnyTagClassName
{
color: #DCB826;
}
</style>
background-color css
<style>
a { background-color: #DCB826; }
a { background-color: rgb(220,184,38); }
div.DivClassName
{
background-color: #DCB826;
}
.BgClassName
{
background-color: #DCB826;
}
</style>
border-color css
<style>
span { border-color: #DCB826; }
span { border-color: rgb(220,184,38); }
td.TdClassName
{
border-color: #DCB826;
}
.TagClassName
{
border-color: #DCB826;
}
</style>