Shades of Old Gold #C4B73C
Tints of Old Gold #C4B73C
RGB
CMYK
RGB Variations
Color information
#C4B73C (or 0xC4B73C) is known color: Old Gold. HEX triplet: C4, B7 and 3C. RGB value is (196,183,60). Sum of RGB (Red+Green+Blue) = 196+183+60=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B73C is #3B48C3. Grayscale: #ADADAD. Windows color (decimal): -3885252 or 3979204. OLE color: 3979204.
HSL color Cylindrical-coordinate representation of color #C4B73C: hue angle of 54.26º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4B73C is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 183 | 60 | - |
| CMYK | 0 | 0.07 | 0.69 | 0.23 |
| HSL | 54.26º | 0.54% | 0.5% | - |
| HSV(B) | 54.26º | 0.69% | 0.77% | - |
| XYZ | 40.51 | 45.93 | 11 | - |
| YUV | 172.87 | 64.31 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 183 | 60 | 0 | 0.07 | 0.69 | 0.23 | 54.26 | 0.54 | 0.5 |
| Hex | C4 | B7 | 3C | 0 | 7 | 45 | 17 | 36 | 36 | 32 |
| Octal | 304 | 267 | 74 | 0 | 7 | 105 | 27 | 66 | 66 | 62 |
| Binary | 11000100 | 10110111 | 111100 | 0 | 111 | 1000101 | 10111 | 110110 | 110110 | 110010 |
Color Harmonies of #C4B73C
Complementary color
Monochromatic Colors of #C4B73C
Black with #C4B73C
Text Example
Text Example
White with #C4B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B73C; }
p { color: rgb(196,183,60); }
H1.HeaderClassName
{
color: #C4B73C;
}
.AnyTagClassName
{
color: #C4B73C;
}
</style>
background-color css
<style>
a { background-color: #C4B73C; }
a { background-color: rgb(196,183,60); }
div.DivClassName
{
background-color: #C4B73C;
}
.BgClassName
{
background-color: #C4B73C;
}
</style>
border-color css
<style>
span { border-color: #C4B73C; }
span { border-color: rgb(196,183,60); }
td.TdClassName
{
border-color: #C4B73C;
}
.TagClassName
{
border-color: #C4B73C;
}
</style>