Shades of Old Gold #C8B532
Tints of Old Gold #C8B532
RGB
CMYK
RGB Variations
Color information
#C8B532 (or 0xC8B532) is known color: Old Gold. HEX triplet: C8, B5 and 32. RGB value is (200,181,50). Sum of RGB (Red+Green+Blue) = 200+181+50=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B532 is #374ACD. Grayscale: #ACACAC. Windows color (decimal): -3623630 or 3323336. OLE color: 3323336.
HSL color Cylindrical-coordinate representation of color #C8B532: hue angle of 52.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8B532 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 181 | 50 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.22 |
| HSL | 52.4º | 0.6% | 0.49% | - |
| HSV(B) | 52.4º | 0.75% | 0.78% | - |
| XYZ | 40.92 | 45.56 | 9.65 | - |
| YUV | 171.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 181 | 50 | 0 | 0.09 | 0.75 | 0.22 | 52.4 | 0.6 | 0.49 |
| Hex | C8 | B5 | 32 | 0 | 9 | 4B | 16 | 34 | 3C | 31 |
| Octal | 310 | 265 | 62 | 0 | 11 | 113 | 26 | 64 | 74 | 61 |
| Binary | 11001000 | 10110101 | 110010 | 0 | 1001 | 1001011 | 10110 | 110100 | 111100 | 110001 |
Color Harmonies of #C8B532
Complementary color
Monochromatic Colors of #C8B532
Black with #C8B532
Text Example
Text Example
White with #C8B532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B532; }
p { color: rgb(200,181,50); }
H1.HeaderClassName
{
color: #C8B532;
}
.AnyTagClassName
{
color: #C8B532;
}
</style>
background-color css
<style>
a { background-color: #C8B532; }
a { background-color: rgb(200,181,50); }
div.DivClassName
{
background-color: #C8B532;
}
.BgClassName
{
background-color: #C8B532;
}
</style>
border-color css
<style>
span { border-color: #C8B532; }
span { border-color: rgb(200,181,50); }
td.TdClassName
{
border-color: #C8B532;
}
.TagClassName
{
border-color: #C8B532;
}
</style>