Shades of Old Gold #D0B732
Tints of Old Gold #D0B732
RGB
CMYK
RGB Variations
Color information
#D0B732 (or 0xD0B732) is known color: Old Gold. HEX triplet: D0, B7 and 32. RGB value is (208,183,50). Sum of RGB (Red+Green+Blue) = 208+183+50=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B732 is #2F48CD. Grayscale: #AFAFAF. Windows color (decimal): -3098830 or 3323856. OLE color: 3323856.
HSL color Cylindrical-coordinate representation of color #D0B732: hue angle of 50.51º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0B732 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 50 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.18 |
| HSL | 50.51º | 0.63% | 0.51% | - |
| HSV(B) | 50.51º | 0.76% | 0.82% | - |
| XYZ | 43.52 | 47.51 | 9.89 | - |
| YUV | 175.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 50 | 0 | 0.12 | 0.76 | 0.18 | 50.51 | 0.63 | 0.51 |
| Hex | D0 | B7 | 32 | 0 | C | 4C | 12 | 33 | 3F | 33 |
| Octal | 320 | 267 | 62 | 0 | 14 | 114 | 22 | 63 | 77 | 63 |
| Binary | 11010000 | 10110111 | 110010 | 0 | 1100 | 1001100 | 10010 | 110011 | 111111 | 110011 |
Color Harmonies of #D0B732
Complementary color
Monochromatic Colors of #D0B732
Black with #D0B732
Text Example
Text Example
White with #D0B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B732; }
p { color: rgb(208,183,50); }
H1.HeaderClassName
{
color: #D0B732;
}
.AnyTagClassName
{
color: #D0B732;
}
</style>
background-color css
<style>
a { background-color: #D0B732; }
a { background-color: rgb(208,183,50); }
div.DivClassName
{
background-color: #D0B732;
}
.BgClassName
{
background-color: #D0B732;
}
</style>
border-color css
<style>
span { border-color: #D0B732; }
span { border-color: rgb(208,183,50); }
td.TdClassName
{
border-color: #D0B732;
}
.TagClassName
{
border-color: #D0B732;
}
</style>