Shades of Old Gold #D0BA3B
Tints of Old Gold #D0BA3B
RGB
CMYK
RGB Variations
Color information
#D0BA3B (or 0xD0BA3B) is known color: Old Gold. HEX triplet: D0, BA and 3B. RGB value is (208,186,59). Sum of RGB (Red+Green+Blue) = 208+186+59=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA3B is #2F45C4. Grayscale: #B2B2B2. Windows color (decimal): -3098053 or 3914448. OLE color: 3914448.
HSL color Cylindrical-coordinate representation of color #D0BA3B: hue angle of 51.14º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0BA3B is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 59 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.18 |
| HSL | 51.14º | 0.61% | 0.52% | - |
| HSV(B) | 51.14º | 0.72% | 0.82% | - |
| XYZ | 44.36 | 48.84 | 11.23 | - |
| YUV | 178.1 | 60.79 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 59 | 0 | 0.11 | 0.72 | 0.18 | 51.14 | 0.61 | 0.52 |
| Hex | D0 | BA | 3B | 0 | B | 48 | 12 | 33 | 3D | 34 |
| Octal | 320 | 272 | 73 | 0 | 13 | 110 | 22 | 63 | 75 | 64 |
| Binary | 11010000 | 10111010 | 111011 | 0 | 1011 | 1001000 | 10010 | 110011 | 111101 | 110100 |
Color Harmonies of #D0BA3B
Complementary color
Monochromatic Colors of #D0BA3B
Black with #D0BA3B
Text Example
Text Example
White with #D0BA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA3B; }
p { color: rgb(208,186,59); }
H1.HeaderClassName
{
color: #D0BA3B;
}
.AnyTagClassName
{
color: #D0BA3B;
}
</style>
background-color css
<style>
a { background-color: #D0BA3B; }
a { background-color: rgb(208,186,59); }
div.DivClassName
{
background-color: #D0BA3B;
}
.BgClassName
{
background-color: #D0BA3B;
}
</style>
border-color css
<style>
span { border-color: #D0BA3B; }
span { border-color: rgb(208,186,59); }
td.TdClassName
{
border-color: #D0BA3B;
}
.TagClassName
{
border-color: #D0BA3B;
}
</style>