Shades of Old Gold #C4B33D
Tints of Old Gold #C4B33D
RGB
CMYK
RGB Variations
Color information
#C4B33D (or 0xC4B33D) is known color: Old Gold. HEX triplet: C4, B3 and 3D. RGB value is (196,179,61). Sum of RGB (Red+Green+Blue) = 196+179+61=436 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.95% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B33D is #3B4CC2. Grayscale: #ABABAB. Windows color (decimal): -3886275 or 4043716. OLE color: 4043716.
HSL color Cylindrical-coordinate representation of color #C4B33D: hue angle of 52.44º 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 #C4B33D is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 179 | 61 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.23 |
| HSL | 52.44º | 0.53% | 0.5% | - |
| HSV(B) | 52.44º | 0.69% | 0.77% | - |
| XYZ | 39.73 | 44.31 | 10.87 | - |
| YUV | 170.63 | 66.13 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 61 | 0 | 0.09 | 0.69 | 0.23 | 52.44 | 0.53 | 0.5 |
| Hex | C4 | B3 | 3D | 0 | 9 | 45 | 17 | 34 | 35 | 32 |
| Octal | 304 | 263 | 75 | 0 | 11 | 105 | 27 | 64 | 65 | 62 |
| Binary | 11000100 | 10110011 | 111101 | 0 | 1001 | 1000101 | 10111 | 110100 | 110101 | 110010 |
Color Harmonies of #C4B33D
Complementary color
Monochromatic Colors of #C4B33D
Black with #C4B33D
Text Example
Text Example
White with #C4B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B33D; }
p { color: rgb(196,179,61); }
H1.HeaderClassName
{
color: #C4B33D;
}
.AnyTagClassName
{
color: #C4B33D;
}
</style>
background-color css
<style>
a { background-color: #C4B33D; }
a { background-color: rgb(196,179,61); }
div.DivClassName
{
background-color: #C4B33D;
}
.BgClassName
{
background-color: #C4B33D;
}
</style>
border-color css
<style>
span { border-color: #C4B33D; }
span { border-color: rgb(196,179,61); }
td.TdClassName
{
border-color: #C4B33D;
}
.TagClassName
{
border-color: #C4B33D;
}
</style>