Shades of Old Gold #C4B443
Tints of Old Gold #C4B443
RGB
CMYK
RGB Variations
Color information
#C4B443 (or 0xC4B443) is known color: Old Gold. HEX triplet: C4, B4 and 43. RGB value is (196,180,67). Sum of RGB (Red+Green+Blue) = 196+180+67=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 180 (70.70% from 255 or 40.63% from 443); Blue value is 67 (26.56% from 255 or 15.12% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B443 is #3B4BBC. Grayscale: #ACACAC. Windows color (decimal): -3886013 or 4437188. OLE color: 4437188.
HSL color Cylindrical-coordinate representation of color #C4B443: hue angle of 52.56º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4B443 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 67 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.23 |
| HSL | 52.56º | 0.52% | 0.52% | - |
| HSV(B) | 52.56º | 0.66% | 0.77% | - |
| XYZ | 40.1 | 44.78 | 11.84 | - |
| YUV | 171.9 | 68.8 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 67 | 0 | 0.08 | 0.66 | 0.23 | 52.56 | 0.52 | 0.52 |
| Hex | C4 | B4 | 43 | 0 | 8 | 42 | 17 | 35 | 34 | 34 |
| Octal | 304 | 264 | 103 | 0 | 10 | 102 | 27 | 65 | 64 | 64 |
| Binary | 11000100 | 10110100 | 1000011 | 0 | 1000 | 1000010 | 10111 | 110101 | 110100 | 110100 |
Color Harmonies of #C4B443
Complementary color
Monochromatic Colors of #C4B443
Black with #C4B443
Text Example
Text Example
White with #C4B443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B443; }
p { color: rgb(196,180,67); }
H1.HeaderClassName
{
color: #C4B443;
}
.AnyTagClassName
{
color: #C4B443;
}
</style>
background-color css
<style>
a { background-color: #C4B443; }
a { background-color: rgb(196,180,67); }
div.DivClassName
{
background-color: #C4B443;
}
.BgClassName
{
background-color: #C4B443;
}
</style>
border-color css
<style>
span { border-color: #C4B443; }
span { border-color: rgb(196,180,67); }
td.TdClassName
{
border-color: #C4B443;
}
.TagClassName
{
border-color: #C4B443;
}
</style>