Shades of Old Gold #C8B439
Tints of Old Gold #C8B439
RGB
CMYK
RGB Variations
Color information
#C8B439 (or 0xC8B439) is known color: Old Gold. HEX triplet: C8, B4 and 39. RGB value is (200,180,57). Sum of RGB (Red+Green+Blue) = 200+180+57=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 57 (22.66% from 255 or 13.04% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B439 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B439 is #374BC6. Grayscale: #ACACAC. Windows color (decimal): -3623879 or 3781832. OLE color: 3781832.
HSL color Cylindrical-coordinate representation of color #C8B439: hue angle of 51.61º 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 #C8B439 is Cyan = 0, Magento = 0.1, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 57 | - |
| CMYK | 0 | 0.1 | 0.72 | 0.22 |
| HSL | 51.61º | 0.57% | 0.5% | - |
| HSV(B) | 51.61º | 0.72% | 0.78% | - |
| XYZ | 40.88 | 45.22 | 10.44 | - |
| YUV | 171.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 57 | 0 | 0.1 | 0.72 | 0.22 | 51.61 | 0.57 | 0.5 |
| Hex | C8 | B4 | 39 | 0 | A | 48 | 16 | 34 | 39 | 32 |
| Octal | 310 | 264 | 71 | 0 | 12 | 110 | 26 | 64 | 71 | 62 |
| Binary | 11001000 | 10110100 | 111001 | 0 | 1010 | 1001000 | 10110 | 110100 | 111001 | 110010 |
Color Harmonies of #C8B439
Complementary color
Monochromatic Colors of #C8B439
Black with #C8B439
Text Example
Text Example
White with #C8B439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B439; }
p { color: rgb(200,180,57); }
H1.HeaderClassName
{
color: #C8B439;
}
.AnyTagClassName
{
color: #C8B439;
}
</style>
background-color css
<style>
a { background-color: #C8B439; }
a { background-color: rgb(200,180,57); }
div.DivClassName
{
background-color: #C8B439;
}
.BgClassName
{
background-color: #C8B439;
}
</style>
border-color css
<style>
span { border-color: #C8B439; }
span { border-color: rgb(200,180,57); }
td.TdClassName
{
border-color: #C8B439;
}
.TagClassName
{
border-color: #C8B439;
}
</style>