Shades of Old Gold #C8BB3E
Tints of Old Gold #C8BB3E
RGB
CMYK
RGB Variations
Color information
#C8BB3E (or 0xC8BB3E) is known color: Old Gold. HEX triplet: C8, BB and 3E. RGB value is (200,187,62). Sum of RGB (Red+Green+Blue) = 200+187+62=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 62 (24.61% from 255 or 13.81% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB3E is #3744C1. Grayscale: #B1B1B1. Windows color (decimal): -3622082 or 4111304. OLE color: 4111304.
HSL color Cylindrical-coordinate representation of color #C8BB3E: hue angle of 54.35º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8BB3E is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 187 | 62 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.22 |
| HSL | 54.35º | 0.56% | 0.51% | - |
| HSV(B) | 54.35º | 0.69% | 0.78% | - |
| XYZ | 42.46 | 48.17 | 11.62 | - |
| YUV | 176.64 | 63.31 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 62 | 0 | 0.06 | 0.69 | 0.22 | 54.35 | 0.56 | 0.51 |
| Hex | C8 | BB | 3E | 0 | 6 | 45 | 16 | 36 | 38 | 33 |
| Octal | 310 | 273 | 76 | 0 | 6 | 105 | 26 | 66 | 70 | 63 |
| Binary | 11001000 | 10111011 | 111110 | 0 | 110 | 1000101 | 10110 | 110110 | 111000 | 110011 |
Color Harmonies of #C8BB3E
Complementary color
Monochromatic Colors of #C8BB3E
Black with #C8BB3E
Text Example
Text Example
White with #C8BB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BB3E; }
p { color: rgb(200,187,62); }
H1.HeaderClassName
{
color: #C8BB3E;
}
.AnyTagClassName
{
color: #C8BB3E;
}
</style>
background-color css
<style>
a { background-color: #C8BB3E; }
a { background-color: rgb(200,187,62); }
div.DivClassName
{
background-color: #C8BB3E;
}
.BgClassName
{
background-color: #C8BB3E;
}
</style>
border-color css
<style>
span { border-color: #C8BB3E; }
span { border-color: rgb(200,187,62); }
td.TdClassName
{
border-color: #C8BB3E;
}
.TagClassName
{
border-color: #C8BB3E;
}
</style>