Shades of Old Gold #D0BA4B
Tints of Old Gold #D0BA4B
RGB
CMYK
RGB Variations
Color information
#D0BA4B (or 0xD0BA4B) is known color: Old Gold. HEX triplet: D0, BA and 4B. RGB value is (208,186,75). Sum of RGB (Red+Green+Blue) = 208+186+75=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BA4B is #2F45B4. Grayscale: #B4B4B4. Windows color (decimal): -3098037 or 4963024. OLE color: 4963024.
HSL color Cylindrical-coordinate representation of color #D0BA4B: hue angle of 50.08º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0BA4B is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 75 | - |
| CMYK | 0 | 0.11 | 0.64 | 0.18 |
| HSL | 50.08º | 0.59% | 0.55% | - |
| HSV(B) | 50.08º | 0.64% | 0.82% | - |
| XYZ | 44.84 | 49.04 | 13.76 | - |
| YUV | 179.92 | 68.79 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 75 | 0 | 0.11 | 0.64 | 0.18 | 50.08 | 0.59 | 0.55 |
| Hex | D0 | BA | 4B | 0 | B | 40 | 12 | 32 | 3B | 37 |
| Octal | 320 | 272 | 113 | 0 | 13 | 100 | 22 | 62 | 73 | 67 |
| Binary | 11010000 | 10111010 | 1001011 | 0 | 1011 | 1000000 | 10010 | 110010 | 111011 | 110111 |
Color Harmonies of #D0BA4B
Complementary color
Monochromatic Colors of #D0BA4B
Black with #D0BA4B
Text Example
Text Example
White with #D0BA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BA4B; }
p { color: rgb(208,186,75); }
H1.HeaderClassName
{
color: #D0BA4B;
}
.AnyTagClassName
{
color: #D0BA4B;
}
</style>
background-color css
<style>
a { background-color: #D0BA4B; }
a { background-color: rgb(208,186,75); }
div.DivClassName
{
background-color: #D0BA4B;
}
.BgClassName
{
background-color: #D0BA4B;
}
</style>
border-color css
<style>
span { border-color: #D0BA4B; }
span { border-color: rgb(208,186,75); }
td.TdClassName
{
border-color: #D0BA4B;
}
.TagClassName
{
border-color: #D0BA4B;
}
</style>