Shades of Old Gold #C8BF34
Tints of Old Gold #C8BF34
RGB
CMYK
RGB Variations
Color information
#C8BF34 (or 0xC8BF34) is known color: Old Gold. HEX triplet: C8, BF and 34. RGB value is (200,191,52). Sum of RGB (Red+Green+Blue) = 200+191+52=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF34 is #3740CB. Grayscale: #B2B2B2. Windows color (decimal): -3621068 or 3456968. OLE color: 3456968.
HSL color Cylindrical-coordinate representation of color #C8BF34: hue angle of 56.35º 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 #C8BF34 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 52 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.22 |
| HSL | 56.35º | 0.59% | 0.49% | - |
| HSV(B) | 56.35º | 0.74% | 0.78% | - |
| XYZ | 43.07 | 49.79 | 10.59 | - |
| YUV | 177.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 52 | 0 | 0.04 | 0.74 | 0.22 | 56.35 | 0.59 | 0.49 |
| Hex | C8 | BF | 34 | 0 | 4 | 4A | 16 | 38 | 3B | 31 |
| Octal | 310 | 277 | 64 | 0 | 4 | 112 | 26 | 70 | 73 | 61 |
| Binary | 11001000 | 10111111 | 110100 | 0 | 100 | 1001010 | 10110 | 111000 | 111011 | 110001 |
Color Harmonies of #C8BF34
Complementary color
Monochromatic Colors of #C8BF34
Black with #C8BF34
Text Example
Text Example
White with #C8BF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF34; }
p { color: rgb(200,191,52); }
H1.HeaderClassName
{
color: #C8BF34;
}
.AnyTagClassName
{
color: #C8BF34;
}
</style>
background-color css
<style>
a { background-color: #C8BF34; }
a { background-color: rgb(200,191,52); }
div.DivClassName
{
background-color: #C8BF34;
}
.BgClassName
{
background-color: #C8BF34;
}
</style>
border-color css
<style>
span { border-color: #C8BF34; }
span { border-color: rgb(200,191,52); }
td.TdClassName
{
border-color: #C8BF34;
}
.TagClassName
{
border-color: #C8BF34;
}
</style>