Shades of Old Gold #C6BD3E
Tints of Old Gold #C6BD3E
RGB
CMYK
RGB Variations
Color information
#C6BD3E (or 0xC6BD3E) is known color: Old Gold. HEX triplet: C6, BD and 3E. RGB value is (198,189,62). Sum of RGB (Red+Green+Blue) = 198+189+62=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BD3E is #3942C1. Grayscale: #B1B1B1. Windows color (decimal): -3752642 or 4111814. OLE color: 4111814.
HSL color Cylindrical-coordinate representation of color #C6BD3E: hue angle of 56.03º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C6BD3E is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 62 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.22 |
| HSL | 56.03º | 0.54% | 0.51% | - |
| HSV(B) | 56.03º | 0.69% | 0.78% | - |
| XYZ | 42.36 | 48.75 | 11.73 | - |
| YUV | 177.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 62 | 0 | 0.05 | 0.69 | 0.22 | 56.03 | 0.54 | 0.51 |
| Hex | C6 | BD | 3E | 0 | 5 | 45 | 16 | 38 | 36 | 33 |
| Octal | 306 | 275 | 76 | 0 | 5 | 105 | 26 | 70 | 66 | 63 |
| Binary | 11000110 | 10111101 | 111110 | 0 | 101 | 1000101 | 10110 | 111000 | 110110 | 110011 |
Color Harmonies of #C6BD3E
Complementary color
Monochromatic Colors of #C6BD3E
Black with #C6BD3E
Text Example
Text Example
White with #C6BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BD3E; }
p { color: rgb(198,189,62); }
H1.HeaderClassName
{
color: #C6BD3E;
}
.AnyTagClassName
{
color: #C6BD3E;
}
</style>
background-color css
<style>
a { background-color: #C6BD3E; }
a { background-color: rgb(198,189,62); }
div.DivClassName
{
background-color: #C6BD3E;
}
.BgClassName
{
background-color: #C6BD3E;
}
</style>
border-color css
<style>
span { border-color: #C6BD3E; }
span { border-color: rgb(198,189,62); }
td.TdClassName
{
border-color: #C6BD3E;
}
.TagClassName
{
border-color: #C6BD3E;
}
</style>