Shades of Old Gold #C8BF4A
Tints of Old Gold #C8BF4A
RGB
CMYK
RGB Variations
Color information
#C8BF4A (or 0xC8BF4A) is known color: Old Gold. HEX triplet: C8, BF and 4A. RGB value is (200,191,74). Sum of RGB (Red+Green+Blue) = 200+191+74=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF4A is #3740B5. Grayscale: #B4B4B4. Windows color (decimal): -3621046 or 4898760. OLE color: 4898760.
HSL color Cylindrical-coordinate representation of color #C8BF4A: hue angle of 55.71º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8BF4A is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 74 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.22 |
| HSL | 55.71º | 0.53% | 0.54% | - |
| HSV(B) | 55.71º | 0.63% | 0.78% | - |
| XYZ | 43.69 | 50.04 | 13.83 | - |
| YUV | 180.35 | 67.98 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 74 | 0 | 0.04 | 0.63 | 0.22 | 55.71 | 0.53 | 0.54 |
| Hex | C8 | BF | 4A | 0 | 4 | 3F | 16 | 38 | 35 | 36 |
| Octal | 310 | 277 | 112 | 0 | 4 | 77 | 26 | 70 | 65 | 66 |
| Binary | 11001000 | 10111111 | 1001010 | 0 | 100 | 111111 | 10110 | 111000 | 110101 | 110110 |
Color Harmonies of #C8BF4A
Complementary color
Monochromatic Colors of #C8BF4A
Black with #C8BF4A
Text Example
Text Example
White with #C8BF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF4A; }
p { color: rgb(200,191,74); }
H1.HeaderClassName
{
color: #C8BF4A;
}
.AnyTagClassName
{
color: #C8BF4A;
}
</style>
background-color css
<style>
a { background-color: #C8BF4A; }
a { background-color: rgb(200,191,74); }
div.DivClassName
{
background-color: #C8BF4A;
}
.BgClassName
{
background-color: #C8BF4A;
}
</style>
border-color css
<style>
span { border-color: #C8BF4A; }
span { border-color: rgb(200,191,74); }
td.TdClassName
{
border-color: #C8BF4A;
}
.TagClassName
{
border-color: #C8BF4A;
}
</style>