Shades of Old Gold #D0B045
Tints of Old Gold #D0B045
RGB
CMYK
RGB Variations
Color information
#D0B045 (or 0xD0B045) is known color: Old Gold. HEX triplet: D0, B0 and 45. RGB value is (208,176,69). Sum of RGB (Red+Green+Blue) = 208+176+69=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0B045 is #2F4FBA. Grayscale: #ADADAD. Windows color (decimal): -3100603 or 4567248. OLE color: 4567248.
HSL color Cylindrical-coordinate representation of color #D0B045: hue angle of 46.19º 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 #D0B045 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 176 | 69 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.18 |
| HSL | 46.19º | 0.6% | 0.54% | - |
| HSV(B) | 46.19º | 0.67% | 0.82% | - |
| XYZ | 42.61 | 44.89 | 12.05 | - |
| YUV | 173.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 176 | 69 | 0 | 0.15 | 0.67 | 0.18 | 46.19 | 0.6 | 0.54 |
| Hex | D0 | B0 | 45 | 0 | F | 43 | 12 | 2E | 3C | 36 |
| Octal | 320 | 260 | 105 | 0 | 17 | 103 | 22 | 56 | 74 | 66 |
| Binary | 11010000 | 10110000 | 1000101 | 0 | 1111 | 1000011 | 10010 | 101110 | 111100 | 110110 |
Color Harmonies of #D0B045
Complementary color
Monochromatic Colors of #D0B045
Black with #D0B045
Text Example
Text Example
White with #D0B045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B045; }
p { color: rgb(208,176,69); }
H1.HeaderClassName
{
color: #D0B045;
}
.AnyTagClassName
{
color: #D0B045;
}
</style>
background-color css
<style>
a { background-color: #D0B045; }
a { background-color: rgb(208,176,69); }
div.DivClassName
{
background-color: #D0B045;
}
.BgClassName
{
background-color: #D0B045;
}
</style>
border-color css
<style>
span { border-color: #D0B045; }
span { border-color: rgb(208,176,69); }
td.TdClassName
{
border-color: #D0B045;
}
.TagClassName
{
border-color: #D0B045;
}
</style>