Shades of Old Gold #C4B830
Tints of Old Gold #C4B830
RGB
CMYK
RGB Variations
Color information
#C4B830 (or 0xC4B830) is known color: Old Gold. HEX triplet: C4, B8 and 30. RGB value is (196,184,48). Sum of RGB (Red+Green+Blue) = 196+184+48=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B830 is #3B47CF. Grayscale: #ACACAC. Windows color (decimal): -3885008 or 3193028. OLE color: 3193028.
HSL color Cylindrical-coordinate representation of color #C4B830: hue angle of 55.14º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4B830 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 184 | 48 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.23 |
| HSL | 55.14º | 0.61% | 0.48% | - |
| HSV(B) | 55.14º | 0.76% | 0.77% | - |
| XYZ | 40.44 | 46.23 | 9.59 | - |
| YUV | 172.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 48 | 0 | 0.06 | 0.76 | 0.23 | 55.14 | 0.61 | 0.48 |
| Hex | C4 | B8 | 30 | 0 | 6 | 4C | 17 | 37 | 3D | 30 |
| Octal | 304 | 270 | 60 | 0 | 6 | 114 | 27 | 67 | 75 | 60 |
| Binary | 11000100 | 10111000 | 110000 | 0 | 110 | 1001100 | 10111 | 110111 | 111101 | 110000 |
Color Harmonies of #C4B830
Complementary color
Monochromatic Colors of #C4B830
Black with #C4B830
Text Example
Text Example
White with #C4B830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B830; }
p { color: rgb(196,184,48); }
H1.HeaderClassName
{
color: #C4B830;
}
.AnyTagClassName
{
color: #C4B830;
}
</style>
background-color css
<style>
a { background-color: #C4B830; }
a { background-color: rgb(196,184,48); }
div.DivClassName
{
background-color: #C4B830;
}
.BgClassName
{
background-color: #C4B830;
}
</style>
border-color css
<style>
span { border-color: #C4B830; }
span { border-color: rgb(196,184,48); }
td.TdClassName
{
border-color: #C4B830;
}
.TagClassName
{
border-color: #C4B830;
}
</style>