Shades of Old Gold #C4B53D
Tints of Old Gold #C4B53D
RGB
CMYK
RGB Variations
Color information
#C4B53D (or 0xC4B53D) is known color: Old Gold. HEX triplet: C4, B5 and 3D. RGB value is (196,181,61). Sum of RGB (Red+Green+Blue) = 196+181+61=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 61 (24.22% from 255 or 13.93% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B53D is #3B4AC2. Grayscale: #ACACAC. Windows color (decimal): -3885763 or 4044228. OLE color: 4044228.
HSL color Cylindrical-coordinate representation of color #C4B53D: hue angle of 53.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4B53D is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 181 | 61 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.23 |
| HSL | 53.33º | 0.53% | 0.5% | - |
| HSV(B) | 53.33º | 0.69% | 0.77% | - |
| XYZ | 40.13 | 45.12 | 11.01 | - |
| YUV | 171.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 61 | 0 | 0.08 | 0.69 | 0.23 | 53.33 | 0.53 | 0.5 |
| Hex | C4 | B5 | 3D | 0 | 8 | 45 | 17 | 35 | 35 | 32 |
| Octal | 304 | 265 | 75 | 0 | 10 | 105 | 27 | 65 | 65 | 62 |
| Binary | 11000100 | 10110101 | 111101 | 0 | 1000 | 1000101 | 10111 | 110101 | 110101 | 110010 |
Color Harmonies of #C4B53D
Complementary color
Monochromatic Colors of #C4B53D
Black with #C4B53D
Text Example
Text Example
White with #C4B53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B53D; }
p { color: rgb(196,181,61); }
H1.HeaderClassName
{
color: #C4B53D;
}
.AnyTagClassName
{
color: #C4B53D;
}
</style>
background-color css
<style>
a { background-color: #C4B53D; }
a { background-color: rgb(196,181,61); }
div.DivClassName
{
background-color: #C4B53D;
}
.BgClassName
{
background-color: #C4B53D;
}
</style>
border-color css
<style>
span { border-color: #C4B53D; }
span { border-color: rgb(196,181,61); }
td.TdClassName
{
border-color: #C4B53D;
}
.TagClassName
{
border-color: #C4B53D;
}
</style>