Shades of Old Gold #D0BD45
Tints of Old Gold #D0BD45
RGB
CMYK
RGB Variations
Color information
#D0BD45 (or 0xD0BD45) is known color: Old Gold. HEX triplet: D0, BD and 45. RGB value is (208,189,69). Sum of RGB (Red+Green+Blue) = 208+189+69=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BD45 is #2F42BA. Grayscale: #B5B5B5. Windows color (decimal): -3097275 or 4570576. OLE color: 4570576.
HSL color Cylindrical-coordinate representation of color #D0BD45: hue angle of 51.8º 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 #D0BD45 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 69 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.18 |
| HSL | 51.8º | 0.6% | 0.54% | - |
| HSV(B) | 51.8º | 0.67% | 0.82% | - |
| XYZ | 45.28 | 50.23 | 12.94 | - |
| YUV | 181 | 64.79 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 69 | 0 | 0.09 | 0.67 | 0.18 | 51.8 | 0.6 | 0.54 |
| Hex | D0 | BD | 45 | 0 | 9 | 43 | 12 | 34 | 3C | 36 |
| Octal | 320 | 275 | 105 | 0 | 11 | 103 | 22 | 64 | 74 | 66 |
| Binary | 11010000 | 10111101 | 1000101 | 0 | 1001 | 1000011 | 10010 | 110100 | 111100 | 110110 |
Color Harmonies of #D0BD45
Complementary color
Monochromatic Colors of #D0BD45
Black with #D0BD45
Text Example
Text Example
White with #D0BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BD45; }
p { color: rgb(208,189,69); }
H1.HeaderClassName
{
color: #D0BD45;
}
.AnyTagClassName
{
color: #D0BD45;
}
</style>
background-color css
<style>
a { background-color: #D0BD45; }
a { background-color: rgb(208,189,69); }
div.DivClassName
{
background-color: #D0BD45;
}
.BgClassName
{
background-color: #D0BD45;
}
</style>
border-color css
<style>
span { border-color: #D0BD45; }
span { border-color: rgb(208,189,69); }
td.TdClassName
{
border-color: #D0BD45;
}
.TagClassName
{
border-color: #D0BD45;
}
</style>