Shades of Old Gold #C3AF40
Tints of Old Gold #C3AF40
RGB
CMYK
RGB Variations
Color information
#C3AF40 (or 0xC3AF40) is known color: Old Gold. HEX triplet: C3, AF and 40. RGB value is (195,175,64). Sum of RGB (Red+Green+Blue) = 195+175+64=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF40 is #3C50BF. Grayscale: #A8A8A8. Windows color (decimal): -3952832 or 4239299. OLE color: 4239299.
HSL color Cylindrical-coordinate representation of color #C3AF40: hue angle of 50.84º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3AF40 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 64 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.24 |
| HSL | 50.84º | 0.52% | 0.51% | - |
| HSV(B) | 50.84º | 0.67% | 0.76% | - |
| XYZ | 38.76 | 42.63 | 11.04 | - |
| YUV | 168.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 64 | 0 | 0.10 | 0.67 | 0.24 | 50.84 | 0.52 | 0.51 |
| Hex | C3 | AF | 40 | 0 | A | 43 | 18 | 33 | 34 | 33 |
| Octal | 303 | 257 | 100 | 0 | 12 | 103 | 30 | 63 | 64 | 63 |
| Binary | 11000011 | 10101111 | 1000000 | 0 | 1010 | 1000011 | 11000 | 110011 | 110100 | 110011 |
Color Harmonies of #C3AF40
Complementary color
Monochromatic Colors of #C3AF40
Black with #C3AF40
Text Example
Text Example
White with #C3AF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF40; }
p { color: rgb(195,175,64); }
H1.HeaderClassName
{
color: #C3AF40;
}
.AnyTagClassName
{
color: #C3AF40;
}
</style>
background-color css
<style>
a { background-color: #C3AF40; }
a { background-color: rgb(195,175,64); }
div.DivClassName
{
background-color: #C3AF40;
}
.BgClassName
{
background-color: #C3AF40;
}
</style>
border-color css
<style>
span { border-color: #C3AF40; }
span { border-color: rgb(195,175,64); }
td.TdClassName
{
border-color: #C3AF40;
}
.TagClassName
{
border-color: #C3AF40;
}
</style>