Shades of Old Gold #D0B833
Tints of Old Gold #D0B833
RGB
CMYK
RGB Variations
Color information
#D0B833 (or 0xD0B833) is known color: Old Gold. HEX triplet: D0, B8 and 33. RGB value is (208,184,51). Sum of RGB (Red+Green+Blue) = 208+184+51=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B833 is #2F47CC. Grayscale: #B0B0B0. Windows color (decimal): -3098573 or 3389648. OLE color: 3389648.
HSL color Cylindrical-coordinate representation of color #D0B833: hue angle of 50.83º degrees, saturation: 0.63, 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 #D0B833 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 51 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.18 |
| HSL | 50.83º | 0.63% | 0.51% | - |
| HSV(B) | 50.83º | 0.75% | 0.82% | - |
| XYZ | 43.75 | 47.93 | 10.08 | - |
| YUV | 176.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 51 | 0 | 0.12 | 0.75 | 0.18 | 50.83 | 0.63 | 0.51 |
| Hex | D0 | B8 | 33 | 0 | C | 4B | 12 | 33 | 3F | 33 |
| Octal | 320 | 270 | 63 | 0 | 14 | 113 | 22 | 63 | 77 | 63 |
| Binary | 11010000 | 10111000 | 110011 | 0 | 1100 | 1001011 | 10010 | 110011 | 111111 | 110011 |
Color Harmonies of #D0B833
Complementary color
Monochromatic Colors of #D0B833
Black with #D0B833
Text Example
Text Example
White with #D0B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B833; }
p { color: rgb(208,184,51); }
H1.HeaderClassName
{
color: #D0B833;
}
.AnyTagClassName
{
color: #D0B833;
}
</style>
background-color css
<style>
a { background-color: #D0B833; }
a { background-color: rgb(208,184,51); }
div.DivClassName
{
background-color: #D0B833;
}
.BgClassName
{
background-color: #D0B833;
}
</style>
border-color css
<style>
span { border-color: #D0B833; }
span { border-color: rgb(208,184,51); }
td.TdClassName
{
border-color: #D0B833;
}
.TagClassName
{
border-color: #D0B833;
}
</style>