Shades of Old Gold #D0BE2E
Tints of Old Gold #D0BE2E
RGB
CMYK
RGB Variations
Color information
#D0BE2E (or 0xD0BE2E) is known color: Old Gold. HEX triplet: D0, BE and 2E. RGB value is (208,190,46). Sum of RGB (Red+Green+Blue) = 208+190+46=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE2E is #2F41D1. Grayscale: #B3B3B3. Windows color (decimal): -3097042 or 3063504. OLE color: 3063504.
HSL color Cylindrical-coordinate representation of color #D0BE2E: hue angle of 53.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0BE2E is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 46 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.18 |
| HSL | 53.33º | 0.64% | 0.5% | - |
| HSV(B) | 53.33º | 0.78% | 0.82% | - |
| XYZ | 44.92 | 50.43 | 9.95 | - |
| YUV | 178.97 | 52.96 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 46 | 0 | 0.09 | 0.78 | 0.18 | 53.33 | 0.64 | 0.5 |
| Hex | D0 | BE | 2E | 0 | 9 | 4E | 12 | 35 | 40 | 32 |
| Octal | 320 | 276 | 56 | 0 | 11 | 116 | 22 | 65 | 100 | 62 |
| Binary | 11010000 | 10111110 | 101110 | 0 | 1001 | 1001110 | 10010 | 110101 | 1000000 | 110010 |
Color Harmonies of #D0BE2E
Complementary color
Monochromatic Colors of #D0BE2E
Black with #D0BE2E
Text Example
Text Example
White with #D0BE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE2E; }
p { color: rgb(208,190,46); }
H1.HeaderClassName
{
color: #D0BE2E;
}
.AnyTagClassName
{
color: #D0BE2E;
}
</style>
background-color css
<style>
a { background-color: #D0BE2E; }
a { background-color: rgb(208,190,46); }
div.DivClassName
{
background-color: #D0BE2E;
}
.BgClassName
{
background-color: #D0BE2E;
}
</style>
border-color css
<style>
span { border-color: #D0BE2E; }
span { border-color: rgb(208,190,46); }
td.TdClassName
{
border-color: #D0BE2E;
}
.TagClassName
{
border-color: #D0BE2E;
}
</style>