Shades of Old Gold #C3AD36
Tints of Old Gold #C3AD36
RGB
CMYK
RGB Variations
Color information
#C3AD36 (or 0xC3AD36) is known color: Old Gold. HEX triplet: C3, AD and 36. RGB value is (195,173,54). Sum of RGB (Red+Green+Blue) = 195+173+54=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 54 (21.48% from 255 or 12.80% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD36 is #3C52C9. Grayscale: #A6A6A6. Windows color (decimal): -3953354 or 3583427. OLE color: 3583427.
HSL color Cylindrical-coordinate representation of color #C3AD36: hue angle of 50.64º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C3AD36 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 54 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.24 |
| HSL | 50.64º | 0.57% | 0.49% | - |
| HSV(B) | 50.64º | 0.72% | 0.76% | - |
| XYZ | 38.12 | 41.76 | 9.54 | - |
| YUV | 166.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 54 | 0 | 0.11 | 0.72 | 0.24 | 50.64 | 0.57 | 0.49 |
| Hex | C3 | AD | 36 | 0 | B | 48 | 18 | 33 | 39 | 31 |
| Octal | 303 | 255 | 66 | 0 | 13 | 110 | 30 | 63 | 71 | 61 |
| Binary | 11000011 | 10101101 | 110110 | 0 | 1011 | 1001000 | 11000 | 110011 | 111001 | 110001 |
Color Harmonies of #C3AD36
Complementary color
Monochromatic Colors of #C3AD36
Black with #C3AD36
Text Example
Text Example
White with #C3AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD36; }
p { color: rgb(195,173,54); }
H1.HeaderClassName
{
color: #C3AD36;
}
.AnyTagClassName
{
color: #C3AD36;
}
</style>
background-color css
<style>
a { background-color: #C3AD36; }
a { background-color: rgb(195,173,54); }
div.DivClassName
{
background-color: #C3AD36;
}
.BgClassName
{
background-color: #C3AD36;
}
</style>
border-color css
<style>
span { border-color: #C3AD36; }
span { border-color: rgb(195,173,54); }
td.TdClassName
{
border-color: #C3AD36;
}
.TagClassName
{
border-color: #C3AD36;
}
</style>