Shades of Old Gold #C8AD3C
Tints of Old Gold #C8AD3C
RGB
CMYK
RGB Variations
Color information
#C8AD3C (or 0xC8AD3C) is known color: Old Gold. HEX triplet: C8, AD and 3C. RGB value is (200,173,60). Sum of RGB (Red+Green+Blue) = 200+173+60=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD3C is #3752C3. Grayscale: #A8A8A8. Windows color (decimal): -3625668 or 3976648. OLE color: 3976648.
HSL color Cylindrical-coordinate representation of color #C8AD3C: hue angle of 48.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8AD3C is Cyan = 0, Magento = 0.14, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 60 | - |
| CMYK | 0 | 0.14 | 0.7 | 0.22 |
| HSL | 48.43º | 0.56% | 0.51% | - |
| HSV(B) | 48.43º | 0.7% | 0.78% | - |
| XYZ | 39.58 | 42.49 | 10.39 | - |
| YUV | 168.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 60 | 0 | 0.14 | 0.7 | 0.22 | 48.43 | 0.56 | 0.51 |
| Hex | C8 | AD | 3C | 0 | E | 46 | 16 | 30 | 38 | 33 |
| Octal | 310 | 255 | 74 | 0 | 16 | 106 | 26 | 60 | 70 | 63 |
| Binary | 11001000 | 10101101 | 111100 | 0 | 1110 | 1000110 | 10110 | 110000 | 111000 | 110011 |
Color Harmonies of #C8AD3C
Complementary color
Monochromatic Colors of #C8AD3C
Black with #C8AD3C
Text Example
Text Example
White with #C8AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD3C; }
p { color: rgb(200,173,60); }
H1.HeaderClassName
{
color: #C8AD3C;
}
.AnyTagClassName
{
color: #C8AD3C;
}
</style>
background-color css
<style>
a { background-color: #C8AD3C; }
a { background-color: rgb(200,173,60); }
div.DivClassName
{
background-color: #C8AD3C;
}
.BgClassName
{
background-color: #C8AD3C;
}
</style>
border-color css
<style>
span { border-color: #C8AD3C; }
span { border-color: rgb(200,173,60); }
td.TdClassName
{
border-color: #C8AD3C;
}
.TagClassName
{
border-color: #C8AD3C;
}
</style>