Shades of Old Gold #D6B53C
Tints of Old Gold #D6B53C
RGB
CMYK
RGB Variations
Color information
#D6B53C (or 0xD6B53C) is known color: Old Gold. HEX triplet: D6, B5 and 3C. RGB value is (214,181,60). Sum of RGB (Red+Green+Blue) = 214+181+60=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B53C is #294AC3. Grayscale: #B1B1B1. Windows color (decimal): -2706116 or 3978710. OLE color: 3978710.
HSL color Cylindrical-coordinate representation of color #D6B53C: hue angle of 47.14º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6B53C is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 60 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.16 |
| HSL | 47.14º | 0.65% | 0.54% | - |
| HSV(B) | 47.14º | 0.72% | 0.84% | - |
| XYZ | 45.07 | 47.67 | 11.1 | - |
| YUV | 177.07 | 61.93 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 60 | 0 | 0.15 | 0.72 | 0.16 | 47.14 | 0.65 | 0.54 |
| Hex | D6 | B5 | 3C | 0 | F | 48 | 10 | 2F | 41 | 36 |
| Octal | 326 | 265 | 74 | 0 | 17 | 110 | 20 | 57 | 101 | 66 |
| Binary | 11010110 | 10110101 | 111100 | 0 | 1111 | 1001000 | 10000 | 101111 | 1000001 | 110110 |
Color Harmonies of #D6B53C
Complementary color
Monochromatic Colors of #D6B53C
Black with #D6B53C
Text Example
Text Example
White with #D6B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B53C; }
p { color: rgb(214,181,60); }
H1.HeaderClassName
{
color: #D6B53C;
}
.AnyTagClassName
{
color: #D6B53C;
}
</style>
background-color css
<style>
a { background-color: #D6B53C; }
a { background-color: rgb(214,181,60); }
div.DivClassName
{
background-color: #D6B53C;
}
.BgClassName
{
background-color: #D6B53C;
}
</style>
border-color css
<style>
span { border-color: #D6B53C; }
span { border-color: rgb(214,181,60); }
td.TdClassName
{
border-color: #D6B53C;
}
.TagClassName
{
border-color: #D6B53C;
}
</style>