Shades of Old Gold #D6BD3C
Tints of Old Gold #D6BD3C
RGB
CMYK
RGB Variations
Color information
#D6BD3C (or 0xD6BD3C) is known color: Old Gold. HEX triplet: D6, BD and 3C. RGB value is (214,189,60). Sum of RGB (Red+Green+Blue) = 214+189+60=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BD3C is #2942C3. Grayscale: #B6B6B6. Windows color (decimal): -2704068 or 3980758. OLE color: 3980758.
HSL color Cylindrical-coordinate representation of color #D6BD3C: hue angle of 50.26º 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 #D6BD3C is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 189 | 60 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.16 |
| HSL | 50.26º | 0.65% | 0.54% | - |
| HSV(B) | 50.26º | 0.72% | 0.84% | - |
| XYZ | 46.74 | 51.02 | 11.66 | - |
| YUV | 181.77 | 59.28 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 60 | 0 | 0.12 | 0.72 | 0.16 | 50.26 | 0.65 | 0.54 |
| Hex | D6 | BD | 3C | 0 | C | 48 | 10 | 32 | 41 | 36 |
| Octal | 326 | 275 | 74 | 0 | 14 | 110 | 20 | 62 | 101 | 66 |
| Binary | 11010110 | 10111101 | 111100 | 0 | 1100 | 1001000 | 10000 | 110010 | 1000001 | 110110 |
Color Harmonies of #D6BD3C
Complementary color
Monochromatic Colors of #D6BD3C
Black with #D6BD3C
Text Example
Text Example
White with #D6BD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BD3C; }
p { color: rgb(214,189,60); }
H1.HeaderClassName
{
color: #D6BD3C;
}
.AnyTagClassName
{
color: #D6BD3C;
}
</style>
background-color css
<style>
a { background-color: #D6BD3C; }
a { background-color: rgb(214,189,60); }
div.DivClassName
{
background-color: #D6BD3C;
}
.BgClassName
{
background-color: #D6BD3C;
}
</style>
border-color css
<style>
span { border-color: #D6BD3C; }
span { border-color: rgb(214,189,60); }
td.TdClassName
{
border-color: #D6BD3C;
}
.TagClassName
{
border-color: #D6BD3C;
}
</style>