Shades of Old Gold #C8BA35
Tints of Old Gold #C8BA35
RGB
CMYK
RGB Variations
Color information
#C8BA35 (or 0xC8BA35) is known color: Old Gold. HEX triplet: C8, BA and 35. RGB value is (200,186,53). Sum of RGB (Red+Green+Blue) = 200+186+53=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 53 (21.09% from 255 or 12.07% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA35 is #3745CA. Grayscale: #AFAFAF. Windows color (decimal): -3622347 or 3521224. OLE color: 3521224.
HSL color Cylindrical-coordinate representation of color #C8BA35: hue angle of 54.29º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8BA35 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 53 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.22 |
| HSL | 54.29º | 0.58% | 0.5% | - |
| HSV(B) | 54.29º | 0.74% | 0.78% | - |
| XYZ | 42.02 | 47.65 | 10.35 | - |
| YUV | 175.02 | 59.14 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 53 | 0 | 0.07 | 0.74 | 0.22 | 54.29 | 0.58 | 0.5 |
| Hex | C8 | BA | 35 | 0 | 7 | 4A | 16 | 36 | 3A | 32 |
| Octal | 310 | 272 | 65 | 0 | 7 | 112 | 26 | 66 | 72 | 62 |
| Binary | 11001000 | 10111010 | 110101 | 0 | 111 | 1001010 | 10110 | 110110 | 111010 | 110010 |
Color Harmonies of #C8BA35
Complementary color
Monochromatic Colors of #C8BA35
Black with #C8BA35
Text Example
Text Example
White with #C8BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA35; }
p { color: rgb(200,186,53); }
H1.HeaderClassName
{
color: #C8BA35;
}
.AnyTagClassName
{
color: #C8BA35;
}
</style>
background-color css
<style>
a { background-color: #C8BA35; }
a { background-color: rgb(200,186,53); }
div.DivClassName
{
background-color: #C8BA35;
}
.BgClassName
{
background-color: #C8BA35;
}
</style>
border-color css
<style>
span { border-color: #C8BA35; }
span { border-color: rgb(200,186,53); }
td.TdClassName
{
border-color: #C8BA35;
}
.TagClassName
{
border-color: #C8BA35;
}
</style>