Shades of Old Gold #D0B749
Tints of Old Gold #D0B749
RGB
CMYK
RGB Variations
Color information
#D0B749 (or 0xD0B749) is known color: Old Gold. HEX triplet: D0, B7 and 49. RGB value is (208,183,73). Sum of RGB (Red+Green+Blue) = 208+183+73=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B749 is #2F48B6. Grayscale: #B2B2B2. Windows color (decimal): -3098807 or 4831184. OLE color: 4831184.
HSL color Cylindrical-coordinate representation of color #D0B749: hue angle of 48.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0B749 is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 73 | - |
| CMYK | 0 | 0.12 | 0.65 | 0.18 |
| HSL | 48.89º | 0.59% | 0.55% | - |
| HSV(B) | 48.89º | 0.65% | 0.82% | - |
| XYZ | 44.15 | 47.76 | 13.19 | - |
| YUV | 177.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 73 | 0 | 0.12 | 0.65 | 0.18 | 48.89 | 0.59 | 0.55 |
| Hex | D0 | B7 | 49 | 0 | C | 41 | 12 | 31 | 3B | 37 |
| Octal | 320 | 267 | 111 | 0 | 14 | 101 | 22 | 61 | 73 | 67 |
| Binary | 11010000 | 10110111 | 1001001 | 0 | 1100 | 1000001 | 10010 | 110001 | 111011 | 110111 |
Color Harmonies of #D0B749
Complementary color
Monochromatic Colors of #D0B749
Black with #D0B749
Text Example
Text Example
White with #D0B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B749; }
p { color: rgb(208,183,73); }
H1.HeaderClassName
{
color: #D0B749;
}
.AnyTagClassName
{
color: #D0B749;
}
</style>
background-color css
<style>
a { background-color: #D0B749; }
a { background-color: rgb(208,183,73); }
div.DivClassName
{
background-color: #D0B749;
}
.BgClassName
{
background-color: #D0B749;
}
</style>
border-color css
<style>
span { border-color: #D0B749; }
span { border-color: rgb(208,183,73); }
td.TdClassName
{
border-color: #D0B749;
}
.TagClassName
{
border-color: #D0B749;
}
</style>