Shades of Old Gold #D0BE49
Tints of Old Gold #D0BE49
RGB
CMYK
RGB Variations
Color information
#D0BE49 (or 0xD0BE49) is known color: Old Gold. HEX triplet: D0, BE and 49. RGB value is (208,190,73). Sum of RGB (Red+Green+Blue) = 208+190+73=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE49 is #2F41B6. Grayscale: #B6B6B6. Windows color (decimal): -3097015 or 4832976. OLE color: 4832976.
HSL color Cylindrical-coordinate representation of color #D0BE49: hue angle of 52º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0BE49 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 190 | 73 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.18 |
| HSL | 52º | 0.59% | 0.55% | - |
| HSV(B) | 52º | 0.65% | 0.82% | - |
| XYZ | 45.63 | 50.72 | 13.69 | - |
| YUV | 182.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 190 | 73 | 0 | 0.09 | 0.65 | 0.18 | 52 | 0.59 | 0.55 |
| Hex | D0 | BE | 49 | 0 | 9 | 41 | 12 | 34 | 3B | 37 |
| Octal | 320 | 276 | 111 | 0 | 11 | 101 | 22 | 64 | 73 | 67 |
| Binary | 11010000 | 10111110 | 1001001 | 0 | 1001 | 1000001 | 10010 | 110100 | 111011 | 110111 |
Color Harmonies of #D0BE49
Complementary color
Monochromatic Colors of #D0BE49
Black with #D0BE49
Text Example
Text Example
White with #D0BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BE49; }
p { color: rgb(208,190,73); }
H1.HeaderClassName
{
color: #D0BE49;
}
.AnyTagClassName
{
color: #D0BE49;
}
</style>
background-color css
<style>
a { background-color: #D0BE49; }
a { background-color: rgb(208,190,73); }
div.DivClassName
{
background-color: #D0BE49;
}
.BgClassName
{
background-color: #D0BE49;
}
</style>
border-color css
<style>
span { border-color: #D0BE49; }
span { border-color: rgb(208,190,73); }
td.TdClassName
{
border-color: #D0BE49;
}
.TagClassName
{
border-color: #D0BE49;
}
</style>