Shades of Old Gold #D0BA35
Tints of Old Gold #D0BA35
RGB
CMYK
RGB Variations
Color information
#D0BA35 (or 0xD0BA35) is known color: Old Gold. HEX triplet: D0, BA and 35. RGB value is (208,186,53). Sum of RGB (Red+Green+Blue) = 208+186+53=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA35 is #2F45CA. Grayscale: #B1B1B1. Windows color (decimal): -3098059 or 3521232. OLE color: 3521232.
HSL color Cylindrical-coordinate representation of color #D0BA35: hue angle of 51.48º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0BA35 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 53 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.18 |
| HSL | 51.48º | 0.62% | 0.51% | - |
| HSV(B) | 51.48º | 0.75% | 0.82% | - |
| XYZ | 44.21 | 48.78 | 10.45 | - |
| YUV | 177.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 53 | 0 | 0.11 | 0.75 | 0.18 | 51.48 | 0.62 | 0.51 |
| Hex | D0 | BA | 35 | 0 | B | 4B | 12 | 33 | 3E | 33 |
| Octal | 320 | 272 | 65 | 0 | 13 | 113 | 22 | 63 | 76 | 63 |
| Binary | 11010000 | 10111010 | 110101 | 0 | 1011 | 1001011 | 10010 | 110011 | 111110 | 110011 |
Color Harmonies of #D0BA35
Complementary color
Monochromatic Colors of #D0BA35
Black with #D0BA35
Text Example
Text Example
White with #D0BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA35; }
p { color: rgb(208,186,53); }
H1.HeaderClassName
{
color: #D0BA35;
}
.AnyTagClassName
{
color: #D0BA35;
}
</style>
background-color css
<style>
a { background-color: #D0BA35; }
a { background-color: rgb(208,186,53); }
div.DivClassName
{
background-color: #D0BA35;
}
.BgClassName
{
background-color: #D0BA35;
}
</style>
border-color css
<style>
span { border-color: #D0BA35; }
span { border-color: rgb(208,186,53); }
td.TdClassName
{
border-color: #D0BA35;
}
.TagClassName
{
border-color: #D0BA35;
}
</style>