Shades of Old Gold #C4B330
Tints of Old Gold #C4B330
RGB
CMYK
RGB Variations
Color information
#C4B330 (or 0xC4B330) is known color: Old Gold. HEX triplet: C4, B3 and 30. RGB value is (196,179,48). Sum of RGB (Red+Green+Blue) = 196+179+48=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B330 is #3B4CCF. Grayscale: #A9A9A9. Windows color (decimal): -3886288 or 3191748. OLE color: 3191748.
HSL color Cylindrical-coordinate representation of color #C4B330: hue angle of 53.11º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4B330 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 48 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.23 |
| HSL | 53.11º | 0.61% | 0.48% | - |
| HSV(B) | 53.11º | 0.76% | 0.77% | - |
| XYZ | 39.42 | 44.19 | 9.25 | - |
| YUV | 169.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 48 | 0 | 0.09 | 0.76 | 0.23 | 53.11 | 0.61 | 0.48 |
| Hex | C4 | B3 | 30 | 0 | 9 | 4C | 17 | 35 | 3D | 30 |
| Octal | 304 | 263 | 60 | 0 | 11 | 114 | 27 | 65 | 75 | 60 |
| Binary | 11000100 | 10110011 | 110000 | 0 | 1001 | 1001100 | 10111 | 110101 | 111101 | 110000 |
Color Harmonies of #C4B330
Complementary color
Monochromatic Colors of #C4B330
Black with #C4B330
Text Example
Text Example
White with #C4B330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B330; }
p { color: rgb(196,179,48); }
H1.HeaderClassName
{
color: #C4B330;
}
.AnyTagClassName
{
color: #C4B330;
}
</style>
background-color css
<style>
a { background-color: #C4B330; }
a { background-color: rgb(196,179,48); }
div.DivClassName
{
background-color: #C4B330;
}
.BgClassName
{
background-color: #C4B330;
}
</style>
border-color css
<style>
span { border-color: #C4B330; }
span { border-color: rgb(196,179,48); }
td.TdClassName
{
border-color: #C4B330;
}
.TagClassName
{
border-color: #C4B330;
}
</style>