Shades of Old Gold #C4C038
Tints of Old Gold #C4C038
RGB
CMYK
RGB Variations
Color information
#C4C038 (or 0xC4C038) is known color: Old Gold. HEX triplet: C4, C0 and 38. RGB value is (196,192,56). Sum of RGB (Red+Green+Blue) = 196+192+56=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C038 is #3B3FC7. Grayscale: #B2B2B2. Windows color (decimal): -3882952 or 3719364. OLE color: 3719364.
HSL color Cylindrical-coordinate representation of color #C4C038: hue angle of 58.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4C038 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 56 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.23 |
| HSL | 58.29º | 0.56% | 0.49% | - |
| HSV(B) | 58.29º | 0.71% | 0.77% | - |
| XYZ | 42.33 | 49.72 | 11.11 | - |
| YUV | 177.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 56 | 0 | 0.02 | 0.71 | 0.23 | 58.29 | 0.56 | 0.49 |
| Hex | C4 | C0 | 38 | 0 | 2 | 47 | 17 | 3A | 38 | 31 |
| Octal | 304 | 300 | 70 | 0 | 2 | 107 | 27 | 72 | 70 | 61 |
| Binary | 11000100 | 11000000 | 111000 | 0 | 10 | 1000111 | 10111 | 111010 | 111000 | 110001 |
Color Harmonies of #C4C038
Complementary color
Monochromatic Colors of #C4C038
Black with #C4C038
Text Example
Text Example
White with #C4C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C038; }
p { color: rgb(196,192,56); }
H1.HeaderClassName
{
color: #C4C038;
}
.AnyTagClassName
{
color: #C4C038;
}
</style>
background-color css
<style>
a { background-color: #C4C038; }
a { background-color: rgb(196,192,56); }
div.DivClassName
{
background-color: #C4C038;
}
.BgClassName
{
background-color: #C4C038;
}
</style>
border-color css
<style>
span { border-color: #C4C038; }
span { border-color: rgb(196,192,56); }
td.TdClassName
{
border-color: #C4C038;
}
.TagClassName
{
border-color: #C4C038;
}
</style>