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