Shades of Old Gold #C0B43D
Tints of Old Gold #C0B43D
RGB
CMYK
RGB Variations
Color information
#C0B43D (or 0xC0B43D) is known color: Old Gold. HEX triplet: C0, B4 and 3D. RGB value is (192,180,61). Sum of RGB (Red+Green+Blue) = 192+180+61=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B43D is #3F4BC2. Grayscale: #AAAAAA. Windows color (decimal): -4148163 or 4043968. OLE color: 4043968.
HSL color Cylindrical-coordinate representation of color #C0B43D: hue angle of 54.5º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0B43D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 180 | 61 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.25 |
| HSL | 54.5º | 0.52% | 0.5% | - |
| HSV(B) | 54.5º | 0.68% | 0.75% | - |
| XYZ | 38.9 | 44.19 | 10.89 | - |
| YUV | 170.02 | 66.48 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 180 | 61 | 0 | 0.06 | 0.68 | 0.25 | 54.5 | 0.52 | 0.5 |
| Hex | C0 | B4 | 3D | 0 | 6 | 44 | 19 | 37 | 34 | 32 |
| Octal | 300 | 264 | 75 | 0 | 6 | 104 | 31 | 67 | 64 | 62 |
| Binary | 11000000 | 10110100 | 111101 | 0 | 110 | 1000100 | 11001 | 110111 | 110100 | 110010 |
Color Harmonies of #C0B43D
Complementary color
Monochromatic Colors of #C0B43D
Black with #C0B43D
Text Example
Text Example
White with #C0B43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B43D; }
p { color: rgb(192,180,61); }
H1.HeaderClassName
{
color: #C0B43D;
}
.AnyTagClassName
{
color: #C0B43D;
}
</style>
background-color css
<style>
a { background-color: #C0B43D; }
a { background-color: rgb(192,180,61); }
div.DivClassName
{
background-color: #C0B43D;
}
.BgClassName
{
background-color: #C0B43D;
}
</style>
border-color css
<style>
span { border-color: #C0B43D; }
span { border-color: rgb(192,180,61); }
td.TdClassName
{
border-color: #C0B43D;
}
.TagClassName
{
border-color: #C0B43D;
}
</style>