Shades of Old Gold #C4BE44
Tints of Old Gold #C4BE44
RGB
CMYK
RGB Variations
Color information
#C4BE44 (or 0xC4BE44) is known color: Old Gold. HEX triplet: C4, BE and 44. RGB value is (196,190,68). Sum of RGB (Red+Green+Blue) = 196+190+68=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BE44 is #3B41BB. Grayscale: #B2B2B2. Windows color (decimal): -3883452 or 4505284. OLE color: 4505284.
HSL color Cylindrical-coordinate representation of color #C4BE44: hue angle of 57.19º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4BE44 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 190 | 68 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.23 |
| HSL | 57.19º | 0.52% | 0.52% | - |
| HSV(B) | 57.19º | 0.65% | 0.77% | - |
| XYZ | 42.22 | 48.98 | 12.7 | - |
| YUV | 177.89 | 65.99 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 190 | 68 | 0 | 0.03 | 0.65 | 0.23 | 57.19 | 0.52 | 0.52 |
| Hex | C4 | BE | 44 | 0 | 3 | 41 | 17 | 39 | 34 | 34 |
| Octal | 304 | 276 | 104 | 0 | 3 | 101 | 27 | 71 | 64 | 64 |
| Binary | 11000100 | 10111110 | 1000100 | 0 | 11 | 1000001 | 10111 | 111001 | 110100 | 110100 |
Color Harmonies of #C4BE44
Complementary color
Monochromatic Colors of #C4BE44
Black with #C4BE44
Text Example
Text Example
White with #C4BE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BE44; }
p { color: rgb(196,190,68); }
H1.HeaderClassName
{
color: #C4BE44;
}
.AnyTagClassName
{
color: #C4BE44;
}
</style>
background-color css
<style>
a { background-color: #C4BE44; }
a { background-color: rgb(196,190,68); }
div.DivClassName
{
background-color: #C4BE44;
}
.BgClassName
{
background-color: #C4BE44;
}
</style>
border-color css
<style>
span { border-color: #C4BE44; }
span { border-color: rgb(196,190,68); }
td.TdClassName
{
border-color: #C4BE44;
}
.TagClassName
{
border-color: #C4BE44;
}
</style>