Shades of Old Gold #C8B933
Tints of Old Gold #C8B933
RGB
CMYK
RGB Variations
Color information
#C8B933 (or 0xC8B933) is known color: Old Gold. HEX triplet: C8, B9 and 33. RGB value is (200,185,51). Sum of RGB (Red+Green+Blue) = 200+185+51=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B933 is #3746CC. Grayscale: #AEAEAE. Windows color (decimal): -3622605 or 3389896. OLE color: 3389896.
HSL color Cylindrical-coordinate representation of color #C8B933: hue angle of 53.96º degrees, saturation: 0.59, 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 #C8B933 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 51 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.22 |
| HSL | 53.96º | 0.59% | 0.49% | - |
| HSV(B) | 53.96º | 0.75% | 0.78% | - |
| XYZ | 41.77 | 47.22 | 10.04 | - |
| YUV | 174.21 | 58.47 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 51 | 0 | 0.08 | 0.74 | 0.22 | 53.96 | 0.59 | 0.49 |
| Hex | C8 | B9 | 33 | 0 | 8 | 4A | 16 | 36 | 3B | 31 |
| Octal | 310 | 271 | 63 | 0 | 10 | 112 | 26 | 66 | 73 | 61 |
| Binary | 11001000 | 10111001 | 110011 | 0 | 1000 | 1001010 | 10110 | 110110 | 111011 | 110001 |
Color Harmonies of #C8B933
Complementary color
Monochromatic Colors of #C8B933
Black with #C8B933
Text Example
Text Example
White with #C8B933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B933; }
p { color: rgb(200,185,51); }
H1.HeaderClassName
{
color: #C8B933;
}
.AnyTagClassName
{
color: #C8B933;
}
</style>
background-color css
<style>
a { background-color: #C8B933; }
a { background-color: rgb(200,185,51); }
div.DivClassName
{
background-color: #C8B933;
}
.BgClassName
{
background-color: #C8B933;
}
</style>
border-color css
<style>
span { border-color: #C8B933; }
span { border-color: rgb(200,185,51); }
td.TdClassName
{
border-color: #C8B933;
}
.TagClassName
{
border-color: #C8B933;
}
</style>