Shades of Old Gold #C8AD36
Tints of Old Gold #C8AD36
RGB
CMYK
RGB Variations
Color information
#C8AD36 (or 0xC8AD36) is known color: Old Gold. HEX triplet: C8, AD and 36. RGB value is (200,173,54). Sum of RGB (Red+Green+Blue) = 200+173+54=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD36 is #3752C9. Grayscale: #A8A8A8. Windows color (decimal): -3625674 or 3583432. OLE color: 3583432.
HSL color Cylindrical-coordinate representation of color #C8AD36: hue angle of 48.9º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8AD36 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 54 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.22 |
| HSL | 48.9º | 0.57% | 0.5% | - |
| HSV(B) | 48.9º | 0.73% | 0.78% | - |
| XYZ | 39.43 | 42.43 | 9.6 | - |
| YUV | 167.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 54 | 0 | 0.14 | 0.73 | 0.22 | 48.9 | 0.57 | 0.5 |
| Hex | C8 | AD | 36 | 0 | E | 49 | 16 | 31 | 39 | 32 |
| Octal | 310 | 255 | 66 | 0 | 16 | 111 | 26 | 61 | 71 | 62 |
| Binary | 11001000 | 10101101 | 110110 | 0 | 1110 | 1001001 | 10110 | 110001 | 111001 | 110010 |
Color Harmonies of #C8AD36
Complementary color
Monochromatic Colors of #C8AD36
Black with #C8AD36
Text Example
Text Example
White with #C8AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD36; }
p { color: rgb(200,173,54); }
H1.HeaderClassName
{
color: #C8AD36;
}
.AnyTagClassName
{
color: #C8AD36;
}
</style>
background-color css
<style>
a { background-color: #C8AD36; }
a { background-color: rgb(200,173,54); }
div.DivClassName
{
background-color: #C8AD36;
}
.BgClassName
{
background-color: #C8AD36;
}
</style>
border-color css
<style>
span { border-color: #C8AD36; }
span { border-color: rgb(200,173,54); }
td.TdClassName
{
border-color: #C8AD36;
}
.TagClassName
{
border-color: #C8AD36;
}
</style>