Shades of Old Gold #C8B32B
Tints of Old Gold #C8B32B
RGB
CMYK
RGB Variations
Color information
#C8B32B (or 0xC8B32B) is known color: Old Gold. HEX triplet: C8, B3 and 2B. RGB value is (200,179,43). Sum of RGB (Red+Green+Blue) = 200+179+43=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 43 (17.19% from 255 or 10.19% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B32B is #374CD4. Grayscale: #AAAAAA. Windows color (decimal): -3624149 or 2864072. OLE color: 2864072.
HSL color Cylindrical-coordinate representation of color #C8B32B: hue angle of 51.97º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8B32B is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 43 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.22 |
| HSL | 51.97º | 0.65% | 0.48% | - |
| HSV(B) | 51.97º | 0.79% | 0.78% | - |
| XYZ | 40.38 | 44.69 | 8.78 | - |
| YUV | 169.78 | 56.46 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 43 | 0 | 0.10 | 0.78 | 0.22 | 51.97 | 0.65 | 0.48 |
| Hex | C8 | B3 | 2B | 0 | A | 4E | 16 | 34 | 41 | 30 |
| Octal | 310 | 263 | 53 | 0 | 12 | 116 | 26 | 64 | 101 | 60 |
| Binary | 11001000 | 10110011 | 101011 | 0 | 1010 | 1001110 | 10110 | 110100 | 1000001 | 110000 |
Color Harmonies of #C8B32B
Complementary color
Monochromatic Colors of #C8B32B
Black with #C8B32B
Text Example
Text Example
White with #C8B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B32B; }
p { color: rgb(200,179,43); }
H1.HeaderClassName
{
color: #C8B32B;
}
.AnyTagClassName
{
color: #C8B32B;
}
</style>
background-color css
<style>
a { background-color: #C8B32B; }
a { background-color: rgb(200,179,43); }
div.DivClassName
{
background-color: #C8B32B;
}
.BgClassName
{
background-color: #C8B32B;
}
</style>
border-color css
<style>
span { border-color: #C8B32B; }
span { border-color: rgb(200,179,43); }
td.TdClassName
{
border-color: #C8B32B;
}
.TagClassName
{
border-color: #C8B32B;
}
</style>