Shades of Old Gold #C8BA34
Tints of Old Gold #C8BA34
RGB
CMYK
RGB Variations
Color information
#C8BA34 (or 0xC8BA34) is known color: Old Gold. HEX triplet: C8, BA and 34. RGB value is (200,186,52). Sum of RGB (Red+Green+Blue) = 200+186+52=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA34 is #3745CB. Grayscale: #AFAFAF. Windows color (decimal): -3622348 or 3455688. OLE color: 3455688.
HSL color Cylindrical-coordinate representation of color #C8BA34: hue angle of 54.32º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8BA34 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 52 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.22 |
| HSL | 54.32º | 0.59% | 0.49% | - |
| HSV(B) | 54.32º | 0.74% | 0.78% | - |
| XYZ | 42 | 47.65 | 10.23 | - |
| YUV | 174.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 52 | 0 | 0.07 | 0.74 | 0.22 | 54.32 | 0.59 | 0.49 |
| Hex | C8 | BA | 34 | 0 | 7 | 4A | 16 | 36 | 3B | 31 |
| Octal | 310 | 272 | 64 | 0 | 7 | 112 | 26 | 66 | 73 | 61 |
| Binary | 11001000 | 10111010 | 110100 | 0 | 111 | 1001010 | 10110 | 110110 | 111011 | 110001 |
Color Harmonies of #C8BA34
Complementary color
Monochromatic Colors of #C8BA34
Black with #C8BA34
Text Example
Text Example
White with #C8BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA34; }
p { color: rgb(200,186,52); }
H1.HeaderClassName
{
color: #C8BA34;
}
.AnyTagClassName
{
color: #C8BA34;
}
</style>
background-color css
<style>
a { background-color: #C8BA34; }
a { background-color: rgb(200,186,52); }
div.DivClassName
{
background-color: #C8BA34;
}
.BgClassName
{
background-color: #C8BA34;
}
</style>
border-color css
<style>
span { border-color: #C8BA34; }
span { border-color: rgb(200,186,52); }
td.TdClassName
{
border-color: #C8BA34;
}
.TagClassName
{
border-color: #C8BA34;
}
</style>