Shades of Old Gold #D0BA41
Tints of Old Gold #D0BA41
RGB
CMYK
RGB Variations
Color information
#D0BA41 (or 0xD0BA41) is known color: Old Gold. HEX triplet: D0, BA and 41. RGB value is (208,186,65). Sum of RGB (Red+Green+Blue) = 208+186+65=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA41 is #2F45BE. Grayscale: #B3B3B3. Windows color (decimal): -3098047 or 4307664. OLE color: 4307664.
HSL color Cylindrical-coordinate representation of color #D0BA41: hue angle of 50.77º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0BA41 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 65 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.18 |
| HSL | 50.77º | 0.6% | 0.54% | - |
| HSV(B) | 50.77º | 0.69% | 0.82% | - |
| XYZ | 44.53 | 48.91 | 12.09 | - |
| YUV | 178.78 | 63.79 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 65 | 0 | 0.11 | 0.69 | 0.18 | 50.77 | 0.6 | 0.54 |
| Hex | D0 | BA | 41 | 0 | B | 45 | 12 | 33 | 3C | 36 |
| Octal | 320 | 272 | 101 | 0 | 13 | 105 | 22 | 63 | 74 | 66 |
| Binary | 11010000 | 10111010 | 1000001 | 0 | 1011 | 1000101 | 10010 | 110011 | 111100 | 110110 |
Color Harmonies of #D0BA41
Complementary color
Monochromatic Colors of #D0BA41
Black with #D0BA41
Text Example
Text Example
White with #D0BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA41; }
p { color: rgb(208,186,65); }
H1.HeaderClassName
{
color: #D0BA41;
}
.AnyTagClassName
{
color: #D0BA41;
}
</style>
background-color css
<style>
a { background-color: #D0BA41; }
a { background-color: rgb(208,186,65); }
div.DivClassName
{
background-color: #D0BA41;
}
.BgClassName
{
background-color: #D0BA41;
}
</style>
border-color css
<style>
span { border-color: #D0BA41; }
span { border-color: rgb(208,186,65); }
td.TdClassName
{
border-color: #D0BA41;
}
.TagClassName
{
border-color: #D0BA41;
}
</style>