Shades of Old Gold #C4B13D
Tints of Old Gold #C4B13D
RGB
CMYK
RGB Variations
Color information
#C4B13D (or 0xC4B13D) is known color: Old Gold. HEX triplet: C4, B1 and 3D. RGB value is (196,177,61). Sum of RGB (Red+Green+Blue) = 196+177+61=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B13D is #3B4EC2. Grayscale: #A9A9A9. Windows color (decimal): -3886787 or 4043204. OLE color: 4043204.
HSL color Cylindrical-coordinate representation of color #C4B13D: hue angle of 51.56º 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 #C4B13D is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 177 | 61 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.23 |
| HSL | 51.56º | 0.53% | 0.5% | - |
| HSV(B) | 51.56º | 0.69% | 0.77% | - |
| XYZ | 39.33 | 43.52 | 10.74 | - |
| YUV | 169.46 | 66.79 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 177 | 61 | 0 | 0.10 | 0.69 | 0.23 | 51.56 | 0.53 | 0.5 |
| Hex | C4 | B1 | 3D | 0 | A | 45 | 17 | 34 | 35 | 32 |
| Octal | 304 | 261 | 75 | 0 | 12 | 105 | 27 | 64 | 65 | 62 |
| Binary | 11000100 | 10110001 | 111101 | 0 | 1010 | 1000101 | 10111 | 110100 | 110101 | 110010 |
Color Harmonies of #C4B13D
Complementary color
Monochromatic Colors of #C4B13D
Black with #C4B13D
Text Example
Text Example
White with #C4B13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B13D; }
p { color: rgb(196,177,61); }
H1.HeaderClassName
{
color: #C4B13D;
}
.AnyTagClassName
{
color: #C4B13D;
}
</style>
background-color css
<style>
a { background-color: #C4B13D; }
a { background-color: rgb(196,177,61); }
div.DivClassName
{
background-color: #C4B13D;
}
.BgClassName
{
background-color: #C4B13D;
}
</style>
border-color css
<style>
span { border-color: #C4B13D; }
span { border-color: rgb(196,177,61); }
td.TdClassName
{
border-color: #C4B13D;
}
.TagClassName
{
border-color: #C4B13D;
}
</style>