Shades of Old Gold #C3AD39
Tints of Old Gold #C3AD39
RGB
CMYK
RGB Variations
Color information
#C3AD39 (or 0xC3AD39) is known color: Old Gold. HEX triplet: C3, AD and 39. RGB value is (195,173,57). Sum of RGB (Red+Green+Blue) = 195+173+57=425 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.88% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD39 is #3C52C6. Grayscale: #A6A6A6. Windows color (decimal): -3953351 or 3780035. OLE color: 3780035.
HSL color Cylindrical-coordinate representation of color #C3AD39: hue angle of 50.43º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C3AD39 is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 173 | 57 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.24 |
| HSL | 50.43º | 0.55% | 0.49% | - |
| HSV(B) | 50.43º | 0.71% | 0.76% | - |
| XYZ | 38.19 | 41.78 | 9.92 | - |
| YUV | 166.35 | 66.29 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 173 | 57 | 0 | 0.11 | 0.71 | 0.24 | 50.43 | 0.55 | 0.49 |
| Hex | C3 | AD | 39 | 0 | B | 47 | 18 | 32 | 37 | 31 |
| Octal | 303 | 255 | 71 | 0 | 13 | 107 | 30 | 62 | 67 | 61 |
| Binary | 11000011 | 10101101 | 111001 | 0 | 1011 | 1000111 | 11000 | 110010 | 110111 | 110001 |
Color Harmonies of #C3AD39
Complementary color
Monochromatic Colors of #C3AD39
Black with #C3AD39
Text Example
Text Example
White with #C3AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AD39; }
p { color: rgb(195,173,57); }
H1.HeaderClassName
{
color: #C3AD39;
}
.AnyTagClassName
{
color: #C3AD39;
}
</style>
background-color css
<style>
a { background-color: #C3AD39; }
a { background-color: rgb(195,173,57); }
div.DivClassName
{
background-color: #C3AD39;
}
.BgClassName
{
background-color: #C3AD39;
}
</style>
border-color css
<style>
span { border-color: #C3AD39; }
span { border-color: rgb(195,173,57); }
td.TdClassName
{
border-color: #C3AD39;
}
.TagClassName
{
border-color: #C3AD39;
}
</style>