Shades of Old Gold #D0B73C
Tints of Old Gold #D0B73C
RGB
CMYK
RGB Variations
Color information
#D0B73C (or 0xD0B73C) is known color: Old Gold. HEX triplet: D0, B7 and 3C. RGB value is (208,183,60). Sum of RGB (Red+Green+Blue) = 208+183+60=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B73C is #2F48C3. Grayscale: #B0B0B0. Windows color (decimal): -3098820 or 3979216. OLE color: 3979216.
HSL color Cylindrical-coordinate representation of color #D0B73C: hue angle of 49.86º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0B73C is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 60 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.18 |
| HSL | 49.86º | 0.61% | 0.53% | - |
| HSV(B) | 49.86º | 0.71% | 0.82% | - |
| XYZ | 43.76 | 47.6 | 11.16 | - |
| YUV | 176.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 60 | 0 | 0.12 | 0.71 | 0.18 | 49.86 | 0.61 | 0.53 |
| Hex | D0 | B7 | 3C | 0 | C | 47 | 12 | 32 | 3D | 35 |
| Octal | 320 | 267 | 74 | 0 | 14 | 107 | 22 | 62 | 75 | 65 |
| Binary | 11010000 | 10110111 | 111100 | 0 | 1100 | 1000111 | 10010 | 110010 | 111101 | 110101 |
Color Harmonies of #D0B73C
Complementary color
Monochromatic Colors of #D0B73C
Black with #D0B73C
Text Example
Text Example
White with #D0B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B73C; }
p { color: rgb(208,183,60); }
H1.HeaderClassName
{
color: #D0B73C;
}
.AnyTagClassName
{
color: #D0B73C;
}
</style>
background-color css
<style>
a { background-color: #D0B73C; }
a { background-color: rgb(208,183,60); }
div.DivClassName
{
background-color: #D0B73C;
}
.BgClassName
{
background-color: #D0B73C;
}
</style>
border-color css
<style>
span { border-color: #D0B73C; }
span { border-color: rgb(208,183,60); }
td.TdClassName
{
border-color: #D0B73C;
}
.TagClassName
{
border-color: #D0B73C;
}
</style>