Shades of Old Gold #C8AE40
Tints of Old Gold #C8AE40
RGB
CMYK
RGB Variations
Color information
#C8AE40 (or 0xC8AE40) is known color: Old Gold. HEX triplet: C8, AE and 40. RGB value is (200,174,64). Sum of RGB (Red+Green+Blue) = 200+174+64=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 64 (25.39% from 255 or 14.61% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AE40 is #3751BF. Grayscale: #A9A9A9. Windows color (decimal): -3625408 or 4239048. OLE color: 4239048.
HSL color Cylindrical-coordinate representation of color #C8AE40: hue angle of 48.53º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8AE40 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 64 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.22 |
| HSL | 48.53º | 0.55% | 0.52% | - |
| HSV(B) | 48.53º | 0.68% | 0.78% | - |
| XYZ | 39.88 | 42.92 | 11.03 | - |
| YUV | 169.23 | 68.61 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 64 | 0 | 0.13 | 0.68 | 0.22 | 48.53 | 0.55 | 0.52 |
| Hex | C8 | AE | 40 | 0 | D | 44 | 16 | 31 | 37 | 34 |
| Octal | 310 | 256 | 100 | 0 | 15 | 104 | 26 | 61 | 67 | 64 |
| Binary | 11001000 | 10101110 | 1000000 | 0 | 1101 | 1000100 | 10110 | 110001 | 110111 | 110100 |
Color Harmonies of #C8AE40
Complementary color
Monochromatic Colors of #C8AE40
Black with #C8AE40
Text Example
Text Example
White with #C8AE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AE40; }
p { color: rgb(200,174,64); }
H1.HeaderClassName
{
color: #C8AE40;
}
.AnyTagClassName
{
color: #C8AE40;
}
</style>
background-color css
<style>
a { background-color: #C8AE40; }
a { background-color: rgb(200,174,64); }
div.DivClassName
{
background-color: #C8AE40;
}
.BgClassName
{
background-color: #C8AE40;
}
</style>
border-color css
<style>
span { border-color: #C8AE40; }
span { border-color: rgb(200,174,64); }
td.TdClassName
{
border-color: #C8AE40;
}
.TagClassName
{
border-color: #C8AE40;
}
</style>