Shades of Old Gold #D9BE3A
Tints of Old Gold #D9BE3A
RGB
CMYK
RGB Variations
Color information
#D9BE3A (or 0xD9BE3A) is known color: Old Gold. HEX triplet: D9, BE and 3A. RGB value is (217,190,58). Sum of RGB (Red+Green+Blue) = 217+190+58=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 58 (23.05% from 255 or 12.47% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BE3A is #2641C5. Grayscale: #B7B7B7. Windows color (decimal): -2507206 or 3849945. OLE color: 3849945.
HSL color Cylindrical-coordinate representation of color #D9BE3A: hue angle of 49.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9BE3A is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 58 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.15 |
| HSL | 49.81º | 0.68% | 0.54% | - |
| HSV(B) | 49.81º | 0.73% | 0.85% | - |
| XYZ | 47.79 | 51.88 | 11.5 | - |
| YUV | 183.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 58 | 0 | 0.12 | 0.73 | 0.15 | 49.81 | 0.68 | 0.54 |
| Hex | D9 | BE | 3A | 0 | C | 49 | F | 32 | 44 | 36 |
| Octal | 331 | 276 | 72 | 0 | 14 | 111 | 17 | 62 | 104 | 66 |
| Binary | 11011001 | 10111110 | 111010 | 0 | 1100 | 1001001 | 1111 | 110010 | 1000100 | 110110 |
Color Harmonies of #D9BE3A
Complementary color
Monochromatic Colors of #D9BE3A
Black with #D9BE3A
Text Example
Text Example
White with #D9BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE3A; }
p { color: rgb(217,190,58); }
H1.HeaderClassName
{
color: #D9BE3A;
}
.AnyTagClassName
{
color: #D9BE3A;
}
</style>
background-color css
<style>
a { background-color: #D9BE3A; }
a { background-color: rgb(217,190,58); }
div.DivClassName
{
background-color: #D9BE3A;
}
.BgClassName
{
background-color: #D9BE3A;
}
</style>
border-color css
<style>
span { border-color: #D9BE3A; }
span { border-color: rgb(217,190,58); }
td.TdClassName
{
border-color: #D9BE3A;
}
.TagClassName
{
border-color: #D9BE3A;
}
</style>