Shades of Old Gold #C8BA2F
Tints of Old Gold #C8BA2F
RGB
CMYK
RGB Variations
Color information
#C8BA2F (or 0xC8BA2F) is known color: Old Gold. HEX triplet: C8, BA and 2F. RGB value is (200,186,47). Sum of RGB (Red+Green+Blue) = 200+186+47=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA2F is #3745D0. Grayscale: #AEAEAE. Windows color (decimal): -3622353 or 3128008. OLE color: 3128008.
HSL color Cylindrical-coordinate representation of color #C8BA2F: hue angle of 54.51º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8BA2F is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 47 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.22 |
| HSL | 54.51º | 0.62% | 0.48% | - |
| HSV(B) | 54.51º | 0.77% | 0.78% | - |
| XYZ | 41.89 | 47.6 | 9.67 | - |
| YUV | 174.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 47 | 0 | 0.07 | 0.76 | 0.22 | 54.51 | 0.62 | 0.48 |
| Hex | C8 | BA | 2F | 0 | 7 | 4C | 16 | 37 | 3E | 30 |
| Octal | 310 | 272 | 57 | 0 | 7 | 114 | 26 | 67 | 76 | 60 |
| Binary | 11001000 | 10111010 | 101111 | 0 | 111 | 1001100 | 10110 | 110111 | 111110 | 110000 |
Color Harmonies of #C8BA2F
Complementary color
Monochromatic Colors of #C8BA2F
Black with #C8BA2F
Text Example
Text Example
White with #C8BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA2F; }
p { color: rgb(200,186,47); }
H1.HeaderClassName
{
color: #C8BA2F;
}
.AnyTagClassName
{
color: #C8BA2F;
}
</style>
background-color css
<style>
a { background-color: #C8BA2F; }
a { background-color: rgb(200,186,47); }
div.DivClassName
{
background-color: #C8BA2F;
}
.BgClassName
{
background-color: #C8BA2F;
}
</style>
border-color css
<style>
span { border-color: #C8BA2F; }
span { border-color: rgb(200,186,47); }
td.TdClassName
{
border-color: #C8BA2F;
}
.TagClassName
{
border-color: #C8BA2F;
}
</style>