Shades of Old Gold #C6BE3A
Tints of Old Gold #C6BE3A
RGB
CMYK
RGB Variations
Color information
#C6BE3A (or 0xC6BE3A) is known color: Old Gold. HEX triplet: C6, BE and 3A. RGB value is (198,190,58). Sum of RGB (Red+Green+Blue) = 198+190+58=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE3A is #3941C5. Grayscale: #B1B1B1. Windows color (decimal): -3752390 or 3849926. OLE color: 3849926.
HSL color Cylindrical-coordinate representation of color #C6BE3A: hue angle of 56.57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6BE3A is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 58 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.22 |
| HSL | 56.57º | 0.55% | 0.5% | - |
| HSV(B) | 56.57º | 0.71% | 0.78% | - |
| XYZ | 42.47 | 49.14 | 11.25 | - |
| YUV | 177.34 | 60.65 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 58 | 0 | 0.04 | 0.71 | 0.22 | 56.57 | 0.55 | 0.5 |
| Hex | C6 | BE | 3A | 0 | 4 | 47 | 16 | 39 | 37 | 32 |
| Octal | 306 | 276 | 72 | 0 | 4 | 107 | 26 | 71 | 67 | 62 |
| Binary | 11000110 | 10111110 | 111010 | 0 | 100 | 1000111 | 10110 | 111001 | 110111 | 110010 |
Color Harmonies of #C6BE3A
Complementary color
Monochromatic Colors of #C6BE3A
Black with #C6BE3A
Text Example
Text Example
White with #C6BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE3A; }
p { color: rgb(198,190,58); }
H1.HeaderClassName
{
color: #C6BE3A;
}
.AnyTagClassName
{
color: #C6BE3A;
}
</style>
background-color css
<style>
a { background-color: #C6BE3A; }
a { background-color: rgb(198,190,58); }
div.DivClassName
{
background-color: #C6BE3A;
}
.BgClassName
{
background-color: #C6BE3A;
}
</style>
border-color css
<style>
span { border-color: #C6BE3A; }
span { border-color: rgb(198,190,58); }
td.TdClassName
{
border-color: #C6BE3A;
}
.TagClassName
{
border-color: #C6BE3A;
}
</style>