Shades of Old Gold #C8AA3F
Tints of Old Gold #C8AA3F
RGB
CMYK
RGB Variations
Color information
#C8AA3F (or 0xC8AA3F) is known color: Old Gold. HEX triplet: C8, AA and 3F. RGB value is (200,170,63). Sum of RGB (Red+Green+Blue) = 200+170+63=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA3F is #3755C0. Grayscale: #A7A7A7. Windows color (decimal): -3626433 or 4172488. OLE color: 4172488.
HSL color Cylindrical-coordinate representation of color #C8AA3F: hue angle of 46.86º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8AA3F is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 63 | - |
| CMYK | 0 | 0.15 | 0.68 | 0.22 |
| HSL | 46.86º | 0.55% | 0.52% | - |
| HSV(B) | 46.86º | 0.69% | 0.78% | - |
| XYZ | 39.09 | 41.39 | 10.63 | - |
| YUV | 166.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 63 | 0 | 0.15 | 0.68 | 0.22 | 46.86 | 0.55 | 0.52 |
| Hex | C8 | AA | 3F | 0 | F | 44 | 16 | 2F | 37 | 34 |
| Octal | 310 | 252 | 77 | 0 | 17 | 104 | 26 | 57 | 67 | 64 |
| Binary | 11001000 | 10101010 | 111111 | 0 | 1111 | 1000100 | 10110 | 101111 | 110111 | 110100 |
Color Harmonies of #C8AA3F
Complementary color
Monochromatic Colors of #C8AA3F
Black with #C8AA3F
Text Example
Text Example
White with #C8AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA3F; }
p { color: rgb(200,170,63); }
H1.HeaderClassName
{
color: #C8AA3F;
}
.AnyTagClassName
{
color: #C8AA3F;
}
</style>
background-color css
<style>
a { background-color: #C8AA3F; }
a { background-color: rgb(200,170,63); }
div.DivClassName
{
background-color: #C8AA3F;
}
.BgClassName
{
background-color: #C8AA3F;
}
</style>
border-color css
<style>
span { border-color: #C8AA3F; }
span { border-color: rgb(200,170,63); }
td.TdClassName
{
border-color: #C8AA3F;
}
.TagClassName
{
border-color: #C8AA3F;
}
</style>