Shades of Old Gold #D0B531
Tints of Old Gold #D0B531
RGB
CMYK
RGB Variations
Color information
#D0B531 (or 0xD0B531) is known color: Old Gold. HEX triplet: D0, B5 and 31. RGB value is (208,181,49). Sum of RGB (Red+Green+Blue) = 208+181+49=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B531 is #2F4ACE. Grayscale: #AEAEAE. Windows color (decimal): -3099343 or 3257808. OLE color: 3257808.
HSL color Cylindrical-coordinate representation of color #D0B531: hue angle of 49.81º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0B531 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 49 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.18 |
| HSL | 49.81º | 0.63% | 0.5% | - |
| HSV(B) | 49.81º | 0.76% | 0.82% | - |
| XYZ | 43.09 | 46.68 | 9.64 | - |
| YUV | 174.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 49 | 0 | 0.13 | 0.76 | 0.18 | 49.81 | 0.63 | 0.5 |
| Hex | D0 | B5 | 31 | 0 | D | 4C | 12 | 32 | 3F | 32 |
| Octal | 320 | 265 | 61 | 0 | 15 | 114 | 22 | 62 | 77 | 62 |
| Binary | 11010000 | 10110101 | 110001 | 0 | 1101 | 1001100 | 10010 | 110010 | 111111 | 110010 |
Color Harmonies of #D0B531
Complementary color
Monochromatic Colors of #D0B531
Black with #D0B531
Text Example
Text Example
White with #D0B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B531; }
p { color: rgb(208,181,49); }
H1.HeaderClassName
{
color: #D0B531;
}
.AnyTagClassName
{
color: #D0B531;
}
</style>
background-color css
<style>
a { background-color: #D0B531; }
a { background-color: rgb(208,181,49); }
div.DivClassName
{
background-color: #D0B531;
}
.BgClassName
{
background-color: #D0B531;
}
</style>
border-color css
<style>
span { border-color: #D0B531; }
span { border-color: rgb(208,181,49); }
td.TdClassName
{
border-color: #D0B531;
}
.TagClassName
{
border-color: #D0B531;
}
</style>