Shades of Old Gold #C8B735
Tints of Old Gold #C8B735
RGB
CMYK
RGB Variations
Color information
#C8B735 (or 0xC8B735) is known color: Old Gold. HEX triplet: C8, B7 and 35. RGB value is (200,183,53). Sum of RGB (Red+Green+Blue) = 200+183+53=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B735 is #3748CA. Grayscale: #ADADAD. Windows color (decimal): -3623115 or 3520456. OLE color: 3520456.
HSL color Cylindrical-coordinate representation of color #C8B735: hue angle of 53.06º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8B735 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 53 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.22 |
| HSL | 53.06º | 0.58% | 0.5% | - |
| HSV(B) | 53.06º | 0.74% | 0.78% | - |
| XYZ | 41.4 | 46.4 | 10.14 | - |
| YUV | 173.26 | 60.13 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 53 | 0 | 0.08 | 0.74 | 0.22 | 53.06 | 0.58 | 0.5 |
| Hex | C8 | B7 | 35 | 0 | 8 | 4A | 16 | 35 | 3A | 32 |
| Octal | 310 | 267 | 65 | 0 | 10 | 112 | 26 | 65 | 72 | 62 |
| Binary | 11001000 | 10110111 | 110101 | 0 | 1000 | 1001010 | 10110 | 110101 | 111010 | 110010 |
Color Harmonies of #C8B735
Complementary color
Monochromatic Colors of #C8B735
Black with #C8B735
Text Example
Text Example
White with #C8B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B735; }
p { color: rgb(200,183,53); }
H1.HeaderClassName
{
color: #C8B735;
}
.AnyTagClassName
{
color: #C8B735;
}
</style>
background-color css
<style>
a { background-color: #C8B735; }
a { background-color: rgb(200,183,53); }
div.DivClassName
{
background-color: #C8B735;
}
.BgClassName
{
background-color: #C8B735;
}
</style>
border-color css
<style>
span { border-color: #C8B735; }
span { border-color: rgb(200,183,53); }
td.TdClassName
{
border-color: #C8B735;
}
.TagClassName
{
border-color: #C8B735;
}
</style>