Shades of Old Gold #D6BA32
Tints of Old Gold #D6BA32
RGB
CMYK
RGB Variations
Color information
#D6BA32 (or 0xD6BA32) is known color: Old Gold. HEX triplet: D6, BA and 32. RGB value is (214,186,50). Sum of RGB (Red+Green+Blue) = 214+186+50=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 50 (19.92% from 255 or 11.11% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BA32 is #2945CD. Grayscale: #B3B3B3. Windows color (decimal): -2704846 or 3324630. OLE color: 3324630.
HSL color Cylindrical-coordinate representation of color #D6BA32: hue angle of 49.76º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6BA32 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 50 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.16 |
| HSL | 49.76º | 0.67% | 0.52% | - |
| HSV(B) | 49.76º | 0.77% | 0.84% | - |
| XYZ | 45.87 | 49.64 | 10.18 | - |
| YUV | 178.87 | 55.28 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 50 | 0 | 0.13 | 0.77 | 0.16 | 49.76 | 0.67 | 0.52 |
| Hex | D6 | BA | 32 | 0 | D | 4D | 10 | 32 | 43 | 34 |
| Octal | 326 | 272 | 62 | 0 | 15 | 115 | 20 | 62 | 103 | 64 |
| Binary | 11010110 | 10111010 | 110010 | 0 | 1101 | 1001101 | 10000 | 110010 | 1000011 | 110100 |
Color Harmonies of #D6BA32
Complementary color
Monochromatic Colors of #D6BA32
Black with #D6BA32
Text Example
Text Example
White with #D6BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BA32; }
p { color: rgb(214,186,50); }
H1.HeaderClassName
{
color: #D6BA32;
}
.AnyTagClassName
{
color: #D6BA32;
}
</style>
background-color css
<style>
a { background-color: #D6BA32; }
a { background-color: rgb(214,186,50); }
div.DivClassName
{
background-color: #D6BA32;
}
.BgClassName
{
background-color: #D6BA32;
}
</style>
border-color css
<style>
span { border-color: #D6BA32; }
span { border-color: rgb(214,186,50); }
td.TdClassName
{
border-color: #D6BA32;
}
.TagClassName
{
border-color: #D6BA32;
}
</style>