Shades of Old Gold #D6BD3E
Tints of Old Gold #D6BD3E
RGB
CMYK
RGB Variations
Color information
#D6BD3E (or 0xD6BD3E) is known color: Old Gold. HEX triplet: D6, BD and 3E. RGB value is (214,189,62). Sum of RGB (Red+Green+Blue) = 214+189+62=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 62 (24.61% from 255 or 13.33% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BD3E is #2942C1. Grayscale: #B6B6B6. Windows color (decimal): -2704066 or 4111830. OLE color: 4111830.
HSL color Cylindrical-coordinate representation of color #D6BD3E: hue angle of 50.13º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6BD3E is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 62 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.16 |
| HSL | 50.13º | 0.65% | 0.54% | - |
| HSV(B) | 50.13º | 0.71% | 0.84% | - |
| XYZ | 46.8 | 51.04 | 11.94 | - |
| YUV | 182 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 62 | 0 | 0.12 | 0.71 | 0.16 | 50.13 | 0.65 | 0.54 |
| Hex | D6 | BD | 3E | 0 | C | 47 | 10 | 32 | 41 | 36 |
| Octal | 326 | 275 | 76 | 0 | 14 | 107 | 20 | 62 | 101 | 66 |
| Binary | 11010110 | 10111101 | 111110 | 0 | 1100 | 1000111 | 10000 | 110010 | 1000001 | 110110 |
Color Harmonies of #D6BD3E
Complementary color
Monochromatic Colors of #D6BD3E
Black with #D6BD3E
Text Example
Text Example
White with #D6BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD3E; }
p { color: rgb(214,189,62); }
H1.HeaderClassName
{
color: #D6BD3E;
}
.AnyTagClassName
{
color: #D6BD3E;
}
</style>
background-color css
<style>
a { background-color: #D6BD3E; }
a { background-color: rgb(214,189,62); }
div.DivClassName
{
background-color: #D6BD3E;
}
.BgClassName
{
background-color: #D6BD3E;
}
</style>
border-color css
<style>
span { border-color: #D6BD3E; }
span { border-color: rgb(214,189,62); }
td.TdClassName
{
border-color: #D6BD3E;
}
.TagClassName
{
border-color: #D6BD3E;
}
</style>