Shades of Old Gold #C6B02C
Tints of Old Gold #C6B02C
RGB
CMYK
RGB Variations
Color information
#C6B02C (or 0xC6B02C) is known color: Old Gold. HEX triplet: C6, B0 and 2C. RGB value is (198,176,44). Sum of RGB (Red+Green+Blue) = 198+176+44=418 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.37% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 44 (17.58% from 255 or 10.53% from 418); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B02C is #394FD3. Grayscale: #A8A8A8. Windows color (decimal): -3755988 or 2928838. OLE color: 2928838.
HSL color Cylindrical-coordinate representation of color #C6B02C: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6B02C is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 176 | 44 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.22 |
| HSL | 51.43º | 0.64% | 0.47% | - |
| HSV(B) | 51.43º | 0.78% | 0.78% | - |
| XYZ | 39.27 | 43.24 | 8.66 | - |
| YUV | 167.53 | 58.29 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 176 | 44 | 0 | 0.11 | 0.78 | 0.22 | 51.43 | 0.64 | 0.47 |
| Hex | C6 | B0 | 2C | 0 | B | 4E | 16 | 33 | 40 | 2F |
| Octal | 306 | 260 | 54 | 0 | 13 | 116 | 26 | 63 | 100 | 57 |
| Binary | 11000110 | 10110000 | 101100 | 0 | 1011 | 1001110 | 10110 | 110011 | 1000000 | 101111 |
Color Harmonies of #C6B02C
Complementary color
Monochromatic Colors of #C6B02C
Black with #C6B02C
Text Example
Text Example
White with #C6B02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B02C; }
p { color: rgb(198,176,44); }
H1.HeaderClassName
{
color: #C6B02C;
}
.AnyTagClassName
{
color: #C6B02C;
}
</style>
background-color css
<style>
a { background-color: #C6B02C; }
a { background-color: rgb(198,176,44); }
div.DivClassName
{
background-color: #C6B02C;
}
.BgClassName
{
background-color: #C6B02C;
}
</style>
border-color css
<style>
span { border-color: #C6B02C; }
span { border-color: rgb(198,176,44); }
td.TdClassName
{
border-color: #C6B02C;
}
.TagClassName
{
border-color: #C6B02C;
}
</style>