Shades of Old Gold #C4BB44
Tints of Old Gold #C4BB44
RGB
CMYK
RGB Variations
Color information
#C4BB44 (or 0xC4BB44) is known color: Old Gold. HEX triplet: C4, BB and 44. RGB value is (196,187,68). Sum of RGB (Red+Green+Blue) = 196+187+68=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BB44 is #3B44BB. Grayscale: #B0B0B0. Windows color (decimal): -3884220 or 4504516. OLE color: 4504516.
HSL color Cylindrical-coordinate representation of color #C4BB44: hue angle of 55.78º 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 #C4BB44 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 187 | 68 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.23 |
| HSL | 55.78º | 0.52% | 0.52% | - |
| HSV(B) | 55.78º | 0.65% | 0.77% | - |
| XYZ | 41.58 | 47.69 | 12.48 | - |
| YUV | 176.13 | 66.98 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 187 | 68 | 0 | 0.05 | 0.65 | 0.23 | 55.78 | 0.52 | 0.52 |
| Hex | C4 | BB | 44 | 0 | 5 | 41 | 17 | 38 | 34 | 34 |
| Octal | 304 | 273 | 104 | 0 | 5 | 101 | 27 | 70 | 64 | 64 |
| Binary | 11000100 | 10111011 | 1000100 | 0 | 101 | 1000001 | 10111 | 111000 | 110100 | 110100 |
Color Harmonies of #C4BB44
Complementary color
Monochromatic Colors of #C4BB44
Black with #C4BB44
Text Example
Text Example
White with #C4BB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BB44; }
p { color: rgb(196,187,68); }
H1.HeaderClassName
{
color: #C4BB44;
}
.AnyTagClassName
{
color: #C4BB44;
}
</style>
background-color css
<style>
a { background-color: #C4BB44; }
a { background-color: rgb(196,187,68); }
div.DivClassName
{
background-color: #C4BB44;
}
.BgClassName
{
background-color: #C4BB44;
}
</style>
border-color css
<style>
span { border-color: #C4BB44; }
span { border-color: rgb(196,187,68); }
td.TdClassName
{
border-color: #C4BB44;
}
.TagClassName
{
border-color: #C4BB44;
}
</style>