Shades of Old Gold #C8BF37
Tints of Old Gold #C8BF37
RGB
CMYK
RGB Variations
Color information
#C8BF37 (or 0xC8BF37) is known color: Old Gold. HEX triplet: C8, BF and 37. RGB value is (200,191,55). Sum of RGB (Red+Green+Blue) = 200+191+55=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BF37 is #3740C8. Grayscale: #B2B2B2. Windows color (decimal): -3621065 or 3653576. OLE color: 3653576.
HSL color Cylindrical-coordinate representation of color #C8BF37: hue angle of 56.28º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8BF37 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 191 | 55 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.22 |
| HSL | 56.28º | 0.57% | 0.5% | - |
| HSV(B) | 56.28º | 0.73% | 0.78% | - |
| XYZ | 43.14 | 49.82 | 10.96 | - |
| YUV | 178.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 55 | 0 | 0.04 | 0.72 | 0.22 | 56.28 | 0.57 | 0.5 |
| Hex | C8 | BF | 37 | 0 | 4 | 48 | 16 | 38 | 39 | 32 |
| Octal | 310 | 277 | 67 | 0 | 4 | 110 | 26 | 70 | 71 | 62 |
| Binary | 11001000 | 10111111 | 110111 | 0 | 100 | 1001000 | 10110 | 111000 | 111001 | 110010 |
Color Harmonies of #C8BF37
Complementary color
Monochromatic Colors of #C8BF37
Black with #C8BF37
Text Example
Text Example
White with #C8BF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BF37; }
p { color: rgb(200,191,55); }
H1.HeaderClassName
{
color: #C8BF37;
}
.AnyTagClassName
{
color: #C8BF37;
}
</style>
background-color css
<style>
a { background-color: #C8BF37; }
a { background-color: rgb(200,191,55); }
div.DivClassName
{
background-color: #C8BF37;
}
.BgClassName
{
background-color: #C8BF37;
}
</style>
border-color css
<style>
span { border-color: #C8BF37; }
span { border-color: rgb(200,191,55); }
td.TdClassName
{
border-color: #C8BF37;
}
.TagClassName
{
border-color: #C8BF37;
}
</style>