Shades of Old Gold #DCB93E
Tints of Old Gold #DCB93E
RGB
CMYK
RGB Variations
Color information
#DCB93E (or 0xDCB93E) is known color: Old Gold. HEX triplet: DC, B9 and 3E. RGB value is (220,185,62). Sum of RGB (Red+Green+Blue) = 220+185+62=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 62 (24.61% from 255 or 13.28% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCB93E is #2346C1. Grayscale: #B5B5B5. Windows color (decimal): -2311874 or 4110812. OLE color: 4110812.
HSL color Cylindrical-coordinate representation of color #DCB93E: hue angle of 46.71º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCB93E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 62 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.14 |
| HSL | 46.71º | 0.69% | 0.55% | - |
| HSV(B) | 46.71º | 0.72% | 0.86% | - |
| XYZ | 47.73 | 50.26 | 11.74 | - |
| YUV | 181.44 | 60.6 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 62 | 0 | 0.16 | 0.72 | 0.14 | 46.71 | 0.69 | 0.55 |
| Hex | DC | B9 | 3E | 0 | 10 | 48 | E | 2F | 45 | 37 |
| Octal | 334 | 271 | 76 | 0 | 20 | 110 | 16 | 57 | 105 | 67 |
| Binary | 11011100 | 10111001 | 111110 | 0 | 10000 | 1001000 | 1110 | 101111 | 1000101 | 110111 |
Color Harmonies of #DCB93E
Complementary color
Monochromatic Colors of #DCB93E
Black with #DCB93E
Text Example
Text Example
White with #DCB93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB93E; }
p { color: rgb(220,185,62); }
H1.HeaderClassName
{
color: #DCB93E;
}
.AnyTagClassName
{
color: #DCB93E;
}
</style>
background-color css
<style>
a { background-color: #DCB93E; }
a { background-color: rgb(220,185,62); }
div.DivClassName
{
background-color: #DCB93E;
}
.BgClassName
{
background-color: #DCB93E;
}
</style>
border-color css
<style>
span { border-color: #DCB93E; }
span { border-color: rgb(220,185,62); }
td.TdClassName
{
border-color: #DCB93E;
}
.TagClassName
{
border-color: #DCB93E;
}
</style>