Shades of Old Gold #C8B72C
Tints of Old Gold #C8B72C
RGB
CMYK
RGB Variations
Color information
#C8B72C (or 0xC8B72C) is known color: Old Gold. HEX triplet: C8, B7 and 2C. RGB value is (200,183,44). Sum of RGB (Red+Green+Blue) = 200+183+44=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 44 (17.58% from 255 or 10.30% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B72C is #3748D3. Grayscale: #ACACAC. Windows color (decimal): -3623124 or 2930632. OLE color: 2930632.
HSL color Cylindrical-coordinate representation of color #C8B72C: hue angle of 53.46º degrees, saturation: 0.64, 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 #C8B72C is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 44 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.22 |
| HSL | 53.46º | 0.64% | 0.48% | - |
| HSV(B) | 53.46º | 0.78% | 0.78% | - |
| XYZ | 41.21 | 46.33 | 9.15 | - |
| YUV | 172.24 | 55.63 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 44 | 0 | 0.08 | 0.78 | 0.22 | 53.46 | 0.64 | 0.48 |
| Hex | C8 | B7 | 2C | 0 | 8 | 4E | 16 | 35 | 40 | 30 |
| Octal | 310 | 267 | 54 | 0 | 10 | 116 | 26 | 65 | 100 | 60 |
| Binary | 11001000 | 10110111 | 101100 | 0 | 1000 | 1001110 | 10110 | 110101 | 1000000 | 110000 |
Color Harmonies of #C8B72C
Complementary color
Monochromatic Colors of #C8B72C
Black with #C8B72C
Text Example
Text Example
White with #C8B72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B72C; }
p { color: rgb(200,183,44); }
H1.HeaderClassName
{
color: #C8B72C;
}
.AnyTagClassName
{
color: #C8B72C;
}
</style>
background-color css
<style>
a { background-color: #C8B72C; }
a { background-color: rgb(200,183,44); }
div.DivClassName
{
background-color: #C8B72C;
}
.BgClassName
{
background-color: #C8B72C;
}
</style>
border-color css
<style>
span { border-color: #C8B72C; }
span { border-color: rgb(200,183,44); }
td.TdClassName
{
border-color: #C8B72C;
}
.TagClassName
{
border-color: #C8B72C;
}
</style>