Shades of Old Gold #D0BC3E
Tints of Old Gold #D0BC3E
RGB
CMYK
RGB Variations
Color information
#D0BC3E (or 0xD0BC3E) is known color: Old Gold. HEX triplet: D0, BC and 3E. RGB value is (208,188,62). Sum of RGB (Red+Green+Blue) = 208+188+62=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC3E is #2F43C1. Grayscale: #B4B4B4. Windows color (decimal): -3097538 or 4111568. OLE color: 4111568.
HSL color Cylindrical-coordinate representation of color #D0BC3E: hue angle of 51.78º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0BC3E is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 62 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.18 |
| HSL | 51.78º | 0.61% | 0.53% | - |
| HSV(B) | 51.78º | 0.7% | 0.82% | - |
| XYZ | 44.87 | 49.72 | 11.79 | - |
| YUV | 179.62 | 61.63 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 62 | 0 | 0.10 | 0.70 | 0.18 | 51.78 | 0.61 | 0.53 |
| Hex | D0 | BC | 3E | 0 | A | 46 | 12 | 34 | 3D | 35 |
| Octal | 320 | 274 | 76 | 0 | 12 | 106 | 22 | 64 | 75 | 65 |
| Binary | 11010000 | 10111100 | 111110 | 0 | 1010 | 1000110 | 10010 | 110100 | 111101 | 110101 |
Color Harmonies of #D0BC3E
Complementary color
Monochromatic Colors of #D0BC3E
Black with #D0BC3E
Text Example
Text Example
White with #D0BC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC3E; }
p { color: rgb(208,188,62); }
H1.HeaderClassName
{
color: #D0BC3E;
}
.AnyTagClassName
{
color: #D0BC3E;
}
</style>
background-color css
<style>
a { background-color: #D0BC3E; }
a { background-color: rgb(208,188,62); }
div.DivClassName
{
background-color: #D0BC3E;
}
.BgClassName
{
background-color: #D0BC3E;
}
</style>
border-color css
<style>
span { border-color: #D0BC3E; }
span { border-color: rgb(208,188,62); }
td.TdClassName
{
border-color: #D0BC3E;
}
.TagClassName
{
border-color: #D0BC3E;
}
</style>