Shades of Old Gold #D6BA38
Tints of Old Gold #D6BA38
RGB
CMYK
RGB Variations
Color information
#D6BA38 (or 0xD6BA38) is known color: Old Gold. HEX triplet: D6, BA and 38. RGB value is (214,186,56). Sum of RGB (Red+Green+Blue) = 214+186+56=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 56 (22.27% from 255 or 12.28% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA38 is #2945C7. Grayscale: #B4B4B4. Windows color (decimal): -2704840 or 3717846. OLE color: 3717846.
HSL color Cylindrical-coordinate representation of color #D6BA38: hue angle of 49.37º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6BA38 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 56 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.16 |
| HSL | 49.37º | 0.66% | 0.53% | - |
| HSV(B) | 49.37º | 0.74% | 0.84% | - |
| XYZ | 46 | 49.7 | 10.91 | - |
| YUV | 179.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 56 | 0 | 0.13 | 0.74 | 0.16 | 49.37 | 0.66 | 0.53 |
| Hex | D6 | BA | 38 | 0 | D | 4A | 10 | 31 | 42 | 35 |
| Octal | 326 | 272 | 70 | 0 | 15 | 112 | 20 | 61 | 102 | 65 |
| Binary | 11010110 | 10111010 | 111000 | 0 | 1101 | 1001010 | 10000 | 110001 | 1000010 | 110101 |
Color Harmonies of #D6BA38
Complementary color
Monochromatic Colors of #D6BA38
Black with #D6BA38
Text Example
Text Example
White with #D6BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA38; }
p { color: rgb(214,186,56); }
H1.HeaderClassName
{
color: #D6BA38;
}
.AnyTagClassName
{
color: #D6BA38;
}
</style>
background-color css
<style>
a { background-color: #D6BA38; }
a { background-color: rgb(214,186,56); }
div.DivClassName
{
background-color: #D6BA38;
}
.BgClassName
{
background-color: #D6BA38;
}
</style>
border-color css
<style>
span { border-color: #D6BA38; }
span { border-color: rgb(214,186,56); }
td.TdClassName
{
border-color: #D6BA38;
}
.TagClassName
{
border-color: #D6BA38;
}
</style>