Shades of Old Gold #D0B73B
Tints of Old Gold #D0B73B
RGB
CMYK
RGB Variations
Color information
#D0B73B (or 0xD0B73B) is known color: Old Gold. HEX triplet: D0, B7 and 3B. RGB value is (208,183,59). Sum of RGB (Red+Green+Blue) = 208+183+59=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 59 (23.44% from 255 or 13.11% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B73B is #2F48C4. Grayscale: #B0B0B0. Windows color (decimal): -3098821 or 3913680. OLE color: 3913680.
HSL color Cylindrical-coordinate representation of color #D0B73B: hue angle of 49.93º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0B73B is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 183 | 59 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.18 |
| HSL | 49.93º | 0.61% | 0.52% | - |
| HSV(B) | 49.93º | 0.72% | 0.82% | - |
| XYZ | 43.74 | 47.59 | 11.02 | - |
| YUV | 176.34 | 61.78 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 183 | 59 | 0 | 0.12 | 0.72 | 0.18 | 49.93 | 0.61 | 0.52 |
| Hex | D0 | B7 | 3B | 0 | C | 48 | 12 | 32 | 3D | 34 |
| Octal | 320 | 267 | 73 | 0 | 14 | 110 | 22 | 62 | 75 | 64 |
| Binary | 11010000 | 10110111 | 111011 | 0 | 1100 | 1001000 | 10010 | 110010 | 111101 | 110100 |
Color Harmonies of #D0B73B
Complementary color
Monochromatic Colors of #D0B73B
Black with #D0B73B
Text Example
Text Example
White with #D0B73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B73B; }
p { color: rgb(208,183,59); }
H1.HeaderClassName
{
color: #D0B73B;
}
.AnyTagClassName
{
color: #D0B73B;
}
</style>
background-color css
<style>
a { background-color: #D0B73B; }
a { background-color: rgb(208,183,59); }
div.DivClassName
{
background-color: #D0B73B;
}
.BgClassName
{
background-color: #D0B73B;
}
</style>
border-color css
<style>
span { border-color: #D0B73B; }
span { border-color: rgb(208,183,59); }
td.TdClassName
{
border-color: #D0B73B;
}
.TagClassName
{
border-color: #D0B73B;
}
</style>