Shades of Old Gold #C4B038
Tints of Old Gold #C4B038
RGB
CMYK
RGB Variations
Color information
#C4B038 (or 0xC4B038) is known color: Old Gold. HEX triplet: C4, B0 and 38. RGB value is (196,176,56). Sum of RGB (Red+Green+Blue) = 196+176+56=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 56 (22.27% from 255 or 13.08% from 428); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B038 is #3B4FC7. Grayscale: #A8A8A8. Windows color (decimal): -3887048 or 3715268. OLE color: 3715268.
HSL color Cylindrical-coordinate representation of color #C4B038: hue angle of 51.43º 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 #C4B038 is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 56 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.23 |
| HSL | 51.43º | 0.56% | 0.49% | - |
| HSV(B) | 51.43º | 0.71% | 0.77% | - |
| XYZ | 39 | 43.07 | 10 | - |
| YUV | 168.3 | 64.63 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 56 | 0 | 0.10 | 0.71 | 0.23 | 51.43 | 0.56 | 0.49 |
| Hex | C4 | B0 | 38 | 0 | A | 47 | 17 | 33 | 38 | 31 |
| Octal | 304 | 260 | 70 | 0 | 12 | 107 | 27 | 63 | 70 | 61 |
| Binary | 11000100 | 10110000 | 111000 | 0 | 1010 | 1000111 | 10111 | 110011 | 111000 | 110001 |
Color Harmonies of #C4B038
Complementary color
Monochromatic Colors of #C4B038
Black with #C4B038
Text Example
Text Example
White with #C4B038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B038; }
p { color: rgb(196,176,56); }
H1.HeaderClassName
{
color: #C4B038;
}
.AnyTagClassName
{
color: #C4B038;
}
</style>
background-color css
<style>
a { background-color: #C4B038; }
a { background-color: rgb(196,176,56); }
div.DivClassName
{
background-color: #C4B038;
}
.BgClassName
{
background-color: #C4B038;
}
</style>
border-color css
<style>
span { border-color: #C4B038; }
span { border-color: rgb(196,176,56); }
td.TdClassName
{
border-color: #C4B038;
}
.TagClassName
{
border-color: #C4B038;
}
</style>