Shades of Old Gold #C4AD34
Tints of Old Gold #C4AD34
RGB
CMYK
RGB Variations
Color information
#C4AD34 (or 0xC4AD34) is known color: Old Gold. HEX triplet: C4, AD and 34. RGB value is (196,173,52). Sum of RGB (Red+Green+Blue) = 196+173+52=421 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.56% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AD34 is #3B52CB. Grayscale: #A6A6A6. Windows color (decimal): -3887820 or 3452356. OLE color: 3452356.
HSL color Cylindrical-coordinate representation of color #C4AD34: hue angle of 50.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4AD34 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 173 | 52 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.23 |
| HSL | 50.42º | 0.58% | 0.49% | - |
| HSV(B) | 50.42º | 0.73% | 0.77% | - |
| XYZ | 38.33 | 41.87 | 9.31 | - |
| YUV | 166.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 52 | 0 | 0.12 | 0.73 | 0.23 | 50.42 | 0.58 | 0.49 |
| Hex | C4 | AD | 34 | 0 | C | 49 | 17 | 32 | 3A | 31 |
| Octal | 304 | 255 | 64 | 0 | 14 | 111 | 27 | 62 | 72 | 61 |
| Binary | 11000100 | 10101101 | 110100 | 0 | 1100 | 1001001 | 10111 | 110010 | 111010 | 110001 |
Color Harmonies of #C4AD34
Complementary color
Monochromatic Colors of #C4AD34
Black with #C4AD34
Text Example
Text Example
White with #C4AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AD34; }
p { color: rgb(196,173,52); }
H1.HeaderClassName
{
color: #C4AD34;
}
.AnyTagClassName
{
color: #C4AD34;
}
</style>
background-color css
<style>
a { background-color: #C4AD34; }
a { background-color: rgb(196,173,52); }
div.DivClassName
{
background-color: #C4AD34;
}
.BgClassName
{
background-color: #C4AD34;
}
</style>
border-color css
<style>
span { border-color: #C4AD34; }
span { border-color: rgb(196,173,52); }
td.TdClassName
{
border-color: #C4AD34;
}
.TagClassName
{
border-color: #C4AD34;
}
</style>