Shades of Old Gold #C4B23A
Tints of Old Gold #C4B23A
RGB
CMYK
RGB Variations
Color information
#C4B23A (or 0xC4B23A) is known color: Old Gold. HEX triplet: C4, B2 and 3A. RGB value is (196,178,58). Sum of RGB (Red+Green+Blue) = 196+178+58=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B23A is #3B4DC5. Grayscale: #AAAAAA. Windows color (decimal): -3886534 or 3846852. OLE color: 3846852.
HSL color Cylindrical-coordinate representation of color #C4B23A: hue angle of 52.17º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4B23A is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 58 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.23 |
| HSL | 52.17º | 0.54% | 0.5% | - |
| HSV(B) | 52.17º | 0.7% | 0.77% | - |
| XYZ | 39.45 | 43.88 | 10.39 | - |
| YUV | 169.7 | 64.96 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 58 | 0 | 0.09 | 0.70 | 0.23 | 52.17 | 0.54 | 0.5 |
| Hex | C4 | B2 | 3A | 0 | 9 | 46 | 17 | 34 | 36 | 32 |
| Octal | 304 | 262 | 72 | 0 | 11 | 106 | 27 | 64 | 66 | 62 |
| Binary | 11000100 | 10110010 | 111010 | 0 | 1001 | 1000110 | 10111 | 110100 | 110110 | 110010 |
Color Harmonies of #C4B23A
Complementary color
Monochromatic Colors of #C4B23A
Black with #C4B23A
Text Example
Text Example
White with #C4B23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B23A; }
p { color: rgb(196,178,58); }
H1.HeaderClassName
{
color: #C4B23A;
}
.AnyTagClassName
{
color: #C4B23A;
}
</style>
background-color css
<style>
a { background-color: #C4B23A; }
a { background-color: rgb(196,178,58); }
div.DivClassName
{
background-color: #C4B23A;
}
.BgClassName
{
background-color: #C4B23A;
}
</style>
border-color css
<style>
span { border-color: #C4B23A; }
span { border-color: rgb(196,178,58); }
td.TdClassName
{
border-color: #C4B23A;
}
.TagClassName
{
border-color: #C4B23A;
}
</style>