Shades of Old Gold #D0BA43
Tints of Old Gold #D0BA43
RGB
CMYK
RGB Variations
Color information
#D0BA43 (or 0xD0BA43) is known color: Old Gold. HEX triplet: D0, BA and 43. RGB value is (208,186,67). Sum of RGB (Red+Green+Blue) = 208+186+67=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 67 (26.56% from 255 or 14.53% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA43 is #2F45BC. Grayscale: #B3B3B3. Windows color (decimal): -3098045 or 4438736. OLE color: 4438736.
HSL color Cylindrical-coordinate representation of color #D0BA43: hue angle of 50.64º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0BA43 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 67 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.18 |
| HSL | 50.64º | 0.6% | 0.54% | - |
| HSV(B) | 50.64º | 0.68% | 0.82% | - |
| XYZ | 44.58 | 48.93 | 12.41 | - |
| YUV | 179.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 67 | 0 | 0.11 | 0.68 | 0.18 | 50.64 | 0.6 | 0.54 |
| Hex | D0 | BA | 43 | 0 | B | 44 | 12 | 33 | 3C | 36 |
| Octal | 320 | 272 | 103 | 0 | 13 | 104 | 22 | 63 | 74 | 66 |
| Binary | 11010000 | 10111010 | 1000011 | 0 | 1011 | 1000100 | 10010 | 110011 | 111100 | 110110 |
Color Harmonies of #D0BA43
Complementary color
Monochromatic Colors of #D0BA43
Black with #D0BA43
Text Example
Text Example
White with #D0BA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA43; }
p { color: rgb(208,186,67); }
H1.HeaderClassName
{
color: #D0BA43;
}
.AnyTagClassName
{
color: #D0BA43;
}
</style>
background-color css
<style>
a { background-color: #D0BA43; }
a { background-color: rgb(208,186,67); }
div.DivClassName
{
background-color: #D0BA43;
}
.BgClassName
{
background-color: #D0BA43;
}
</style>
border-color css
<style>
span { border-color: #D0BA43; }
span { border-color: rgb(208,186,67); }
td.TdClassName
{
border-color: #D0BA43;
}
.TagClassName
{
border-color: #D0BA43;
}
</style>