Shades of Old Gold #C8B337
Tints of Old Gold #C8B337
RGB
CMYK
RGB Variations
Color information
#C8B337 (or 0xC8B337) is known color: Old Gold. HEX triplet: C8, B3 and 37. RGB value is (200,179,55). Sum of RGB (Red+Green+Blue) = 200+179+55=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B337 is #374CC8. Grayscale: #ABABAB. Windows color (decimal): -3624137 or 3650504. OLE color: 3650504.
HSL color Cylindrical-coordinate representation of color #C8B337: hue angle of 51.31º 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 #C8B337 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 55 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.22 |
| HSL | 51.31º | 0.57% | 0.5% | - |
| HSV(B) | 51.31º | 0.73% | 0.78% | - |
| XYZ | 40.63 | 44.8 | 10.12 | - |
| YUV | 171.14 | 62.46 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 55 | 0 | 0.10 | 0.72 | 0.22 | 51.31 | 0.57 | 0.5 |
| Hex | C8 | B3 | 37 | 0 | A | 48 | 16 | 33 | 39 | 32 |
| Octal | 310 | 263 | 67 | 0 | 12 | 110 | 26 | 63 | 71 | 62 |
| Binary | 11001000 | 10110011 | 110111 | 0 | 1010 | 1001000 | 10110 | 110011 | 111001 | 110010 |
Color Harmonies of #C8B337
Complementary color
Monochromatic Colors of #C8B337
Black with #C8B337
Text Example
Text Example
White with #C8B337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B337; }
p { color: rgb(200,179,55); }
H1.HeaderClassName
{
color: #C8B337;
}
.AnyTagClassName
{
color: #C8B337;
}
</style>
background-color css
<style>
a { background-color: #C8B337; }
a { background-color: rgb(200,179,55); }
div.DivClassName
{
background-color: #C8B337;
}
.BgClassName
{
background-color: #C8B337;
}
</style>
border-color css
<style>
span { border-color: #C8B337; }
span { border-color: rgb(200,179,55); }
td.TdClassName
{
border-color: #C8B337;
}
.TagClassName
{
border-color: #C8B337;
}
</style>