Shades of Old Gold #C8B53C
Tints of Old Gold #C8B53C
RGB
CMYK
RGB Variations
Color information
#C8B53C (or 0xC8B53C) is known color: Old Gold. HEX triplet: C8, B5 and 3C. RGB value is (200,181,60). Sum of RGB (Red+Green+Blue) = 200+181+60=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B53C is #374AC3. Grayscale: #ADADAD. Windows color (decimal): -3623620 or 3978696. OLE color: 3978696.
HSL color Cylindrical-coordinate representation of color #C8B53C: hue angle of 51.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8B53C is Cyan = 0, Magento = 0.09, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 60 | - |
| CMYK | 0 | 0.09 | 0.7 | 0.22 |
| HSL | 51.86º | 0.56% | 0.51% | - |
| HSV(B) | 51.86º | 0.7% | 0.78% | - |
| XYZ | 41.16 | 45.65 | 10.92 | - |
| YUV | 172.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 60 | 0 | 0.09 | 0.7 | 0.22 | 51.86 | 0.56 | 0.51 |
| Hex | C8 | B5 | 3C | 0 | 9 | 46 | 16 | 34 | 38 | 33 |
| Octal | 310 | 265 | 74 | 0 | 11 | 106 | 26 | 64 | 70 | 63 |
| Binary | 11001000 | 10110101 | 111100 | 0 | 1001 | 1000110 | 10110 | 110100 | 111000 | 110011 |
Color Harmonies of #C8B53C
Complementary color
Monochromatic Colors of #C8B53C
Black with #C8B53C
Text Example
Text Example
White with #C8B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B53C; }
p { color: rgb(200,181,60); }
H1.HeaderClassName
{
color: #C8B53C;
}
.AnyTagClassName
{
color: #C8B53C;
}
</style>
background-color css
<style>
a { background-color: #C8B53C; }
a { background-color: rgb(200,181,60); }
div.DivClassName
{
background-color: #C8B53C;
}
.BgClassName
{
background-color: #C8B53C;
}
</style>
border-color css
<style>
span { border-color: #C8B53C; }
span { border-color: rgb(200,181,60); }
td.TdClassName
{
border-color: #C8B53C;
}
.TagClassName
{
border-color: #C8B53C;
}
</style>