Shades of Old Gold #D0BC45
Tints of Old Gold #D0BC45
RGB
CMYK
RGB Variations
Color information
#D0BC45 (or 0xD0BC45) is known color: Old Gold. HEX triplet: D0, BC and 45. RGB value is (208,188,69). Sum of RGB (Red+Green+Blue) = 208+188+69=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 69 (27.34% from 255 or 14.84% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC45 is #2F43BA. Grayscale: #B4B4B4. Windows color (decimal): -3097531 or 4570320. OLE color: 4570320.
HSL color Cylindrical-coordinate representation of color #D0BC45: hue angle of 51.37º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0BC45 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 69 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.18 |
| HSL | 51.37º | 0.6% | 0.54% | - |
| HSV(B) | 51.37º | 0.67% | 0.82% | - |
| XYZ | 45.07 | 49.81 | 12.87 | - |
| YUV | 180.41 | 65.13 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 69 | 0 | 0.10 | 0.67 | 0.18 | 51.37 | 0.6 | 0.54 |
| Hex | D0 | BC | 45 | 0 | A | 43 | 12 | 33 | 3C | 36 |
| Octal | 320 | 274 | 105 | 0 | 12 | 103 | 22 | 63 | 74 | 66 |
| Binary | 11010000 | 10111100 | 1000101 | 0 | 1010 | 1000011 | 10010 | 110011 | 111100 | 110110 |
Color Harmonies of #D0BC45
Complementary color
Monochromatic Colors of #D0BC45
Black with #D0BC45
Text Example
Text Example
White with #D0BC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC45; }
p { color: rgb(208,188,69); }
H1.HeaderClassName
{
color: #D0BC45;
}
.AnyTagClassName
{
color: #D0BC45;
}
</style>
background-color css
<style>
a { background-color: #D0BC45; }
a { background-color: rgb(208,188,69); }
div.DivClassName
{
background-color: #D0BC45;
}
.BgClassName
{
background-color: #D0BC45;
}
</style>
border-color css
<style>
span { border-color: #D0BC45; }
span { border-color: rgb(208,188,69); }
td.TdClassName
{
border-color: #D0BC45;
}
.TagClassName
{
border-color: #D0BC45;
}
</style>