Shades of Old Gold #C4B52D
Tints of Old Gold #C4B52D
RGB
CMYK
RGB Variations
Color information
#C4B52D (or 0xC4B52D) is known color: Old Gold. HEX triplet: C4, B5 and 2D. RGB value is (196,181,45). Sum of RGB (Red+Green+Blue) = 196+181+45=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B52D is #3B4AD2. Grayscale: #AAAAAA. Windows color (decimal): -3885779 or 2995652. OLE color: 2995652.
HSL color Cylindrical-coordinate representation of color #C4B52D: hue angle of 54.04º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4B52D is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 45 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.23 |
| HSL | 54.04º | 0.63% | 0.47% | - |
| HSV(B) | 54.04º | 0.77% | 0.77% | - |
| XYZ | 39.76 | 44.97 | 9.07 | - |
| YUV | 169.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 45 | 0 | 0.08 | 0.77 | 0.23 | 54.04 | 0.63 | 0.47 |
| Hex | C4 | B5 | 2D | 0 | 8 | 4D | 17 | 36 | 3F | 2F |
| Octal | 304 | 265 | 55 | 0 | 10 | 115 | 27 | 66 | 77 | 57 |
| Binary | 11000100 | 10110101 | 101101 | 0 | 1000 | 1001101 | 10111 | 110110 | 111111 | 101111 |
Color Harmonies of #C4B52D
Complementary color
Monochromatic Colors of #C4B52D
Black with #C4B52D
Text Example
Text Example
White with #C4B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B52D; }
p { color: rgb(196,181,45); }
H1.HeaderClassName
{
color: #C4B52D;
}
.AnyTagClassName
{
color: #C4B52D;
}
</style>
background-color css
<style>
a { background-color: #C4B52D; }
a { background-color: rgb(196,181,45); }
div.DivClassName
{
background-color: #C4B52D;
}
.BgClassName
{
background-color: #C4B52D;
}
</style>
border-color css
<style>
span { border-color: #C4B52D; }
span { border-color: rgb(196,181,45); }
td.TdClassName
{
border-color: #C4B52D;
}
.TagClassName
{
border-color: #C4B52D;
}
</style>