Shades of Old Gold #D0B935
Tints of Old Gold #D0B935
RGB
CMYK
RGB Variations
Color information
#D0B935 (or 0xD0B935) is known color: Old Gold. HEX triplet: D0, B9 and 35. RGB value is (208,185,53). Sum of RGB (Red+Green+Blue) = 208+185+53=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 53 (21.09% from 255 or 11.88% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B935 is #2F46CA. Grayscale: #B1B1B1. Windows color (decimal): -3098315 or 3520976. OLE color: 3520976.
HSL color Cylindrical-coordinate representation of color #D0B935: hue angle of 51.1º 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 #D0B935 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 185 | 53 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.18 |
| HSL | 51.1º | 0.62% | 0.51% | - |
| HSV(B) | 51.1º | 0.75% | 0.82% | - |
| XYZ | 44 | 48.36 | 10.38 | - |
| YUV | 176.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 185 | 53 | 0 | 0.11 | 0.75 | 0.18 | 51.1 | 0.62 | 0.51 |
| Hex | D0 | B9 | 35 | 0 | B | 4B | 12 | 33 | 3E | 33 |
| Octal | 320 | 271 | 65 | 0 | 13 | 113 | 22 | 63 | 76 | 63 |
| Binary | 11010000 | 10111001 | 110101 | 0 | 1011 | 1001011 | 10010 | 110011 | 111110 | 110011 |
Color Harmonies of #D0B935
Complementary color
Monochromatic Colors of #D0B935
Black with #D0B935
Text Example
Text Example
White with #D0B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B935; }
p { color: rgb(208,185,53); }
H1.HeaderClassName
{
color: #D0B935;
}
.AnyTagClassName
{
color: #D0B935;
}
</style>
background-color css
<style>
a { background-color: #D0B935; }
a { background-color: rgb(208,185,53); }
div.DivClassName
{
background-color: #D0B935;
}
.BgClassName
{
background-color: #D0B935;
}
</style>
border-color css
<style>
span { border-color: #D0B935; }
span { border-color: rgb(208,185,53); }
td.TdClassName
{
border-color: #D0B935;
}
.TagClassName
{
border-color: #D0B935;
}
</style>