Shades of Old Gold #D0BC2F
Tints of Old Gold #D0BC2F
RGB
CMYK
RGB Variations
Color information
#D0BC2F (or 0xD0BC2F) is known color: Old Gold. HEX triplet: D0, BC and 2F. RGB value is (208,188,47). Sum of RGB (Red+Green+Blue) = 208+188+47=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 47 (18.75% from 255 or 10.61% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BC2F is #2F43D0. Grayscale: #B2B2B2. Windows color (decimal): -3097553 or 3128528. OLE color: 3128528.
HSL color Cylindrical-coordinate representation of color #D0BC2F: hue angle of 52.55º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0BC2F is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 47 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.18 |
| HSL | 52.55º | 0.63% | 0.5% | - |
| HSV(B) | 52.55º | 0.77% | 0.82% | - |
| XYZ | 44.51 | 49.58 | 9.91 | - |
| YUV | 177.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 47 | 0 | 0.10 | 0.77 | 0.18 | 52.55 | 0.63 | 0.5 |
| Hex | D0 | BC | 2F | 0 | A | 4D | 12 | 35 | 3F | 32 |
| Octal | 320 | 274 | 57 | 0 | 12 | 115 | 22 | 65 | 77 | 62 |
| Binary | 11010000 | 10111100 | 101111 | 0 | 1010 | 1001101 | 10010 | 110101 | 111111 | 110010 |
Color Harmonies of #D0BC2F
Complementary color
Monochromatic Colors of #D0BC2F
Black with #D0BC2F
Text Example
Text Example
White with #D0BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BC2F; }
p { color: rgb(208,188,47); }
H1.HeaderClassName
{
color: #D0BC2F;
}
.AnyTagClassName
{
color: #D0BC2F;
}
</style>
background-color css
<style>
a { background-color: #D0BC2F; }
a { background-color: rgb(208,188,47); }
div.DivClassName
{
background-color: #D0BC2F;
}
.BgClassName
{
background-color: #D0BC2F;
}
</style>
border-color css
<style>
span { border-color: #D0BC2F; }
span { border-color: rgb(208,188,47); }
td.TdClassName
{
border-color: #D0BC2F;
}
.TagClassName
{
border-color: #D0BC2F;
}
</style>