Shades of Old Gold #C4B334
Tints of Old Gold #C4B334
RGB
CMYK
RGB Variations
Color information
#C4B334 (or 0xC4B334) is known color: Old Gold. HEX triplet: C4, B3 and 34. RGB value is (196,179,52). Sum of RGB (Red+Green+Blue) = 196+179+52=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 179 (70.31% from 255 or 41.92% from 427); Blue value is 52 (20.70% from 255 or 12.18% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B334 is #3B4CCB. Grayscale: #AAAAAA. Windows color (decimal): -3886284 or 3453892. OLE color: 3453892.
HSL color Cylindrical-coordinate representation of color #C4B334: hue angle of 52.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4B334 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 52 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.23 |
| HSL | 52.92º | 0.58% | 0.49% | - |
| HSV(B) | 52.92º | 0.73% | 0.77% | - |
| XYZ | 39.5 | 44.22 | 9.7 | - |
| YUV | 169.61 | 61.63 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 52 | 0 | 0.09 | 0.73 | 0.23 | 52.92 | 0.58 | 0.49 |
| Hex | C4 | B3 | 34 | 0 | 9 | 49 | 17 | 35 | 3A | 31 |
| Octal | 304 | 263 | 64 | 0 | 11 | 111 | 27 | 65 | 72 | 61 |
| Binary | 11000100 | 10110011 | 110100 | 0 | 1001 | 1001001 | 10111 | 110101 | 111010 | 110001 |
Color Harmonies of #C4B334
Complementary color
Monochromatic Colors of #C4B334
Black with #C4B334
Text Example
Text Example
White with #C4B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B334; }
p { color: rgb(196,179,52); }
H1.HeaderClassName
{
color: #C4B334;
}
.AnyTagClassName
{
color: #C4B334;
}
</style>
background-color css
<style>
a { background-color: #C4B334; }
a { background-color: rgb(196,179,52); }
div.DivClassName
{
background-color: #C4B334;
}
.BgClassName
{
background-color: #C4B334;
}
</style>
border-color css
<style>
span { border-color: #C4B334; }
span { border-color: rgb(196,179,52); }
td.TdClassName
{
border-color: #C4B334;
}
.TagClassName
{
border-color: #C4B334;
}
</style>