Shades of Old Gold #C0BD34
Tints of Old Gold #C0BD34
RGB
CMYK
RGB Variations
Color information
#C0BD34 (or 0xC0BD34) is known color: Old Gold. HEX triplet: C0, BD and 34. RGB value is (192,189,52). Sum of RGB (Red+Green+Blue) = 192+189+52=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 189 (74.22% from 255 or 43.65% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD34 is #3F42CB. Grayscale: #AEAEAE. Windows color (decimal): -4145868 or 3456448. OLE color: 3456448.
HSL color Cylindrical-coordinate representation of color #C0BD34: hue angle of 58.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C0BD34 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 52 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.25 |
| HSL | 58.71º | 0.57% | 0.48% | - |
| HSV(B) | 58.71º | 0.73% | 0.75% | - |
| XYZ | 40.56 | 47.85 | 10.35 | - |
| YUV | 174.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 52 | 0 | 0.02 | 0.73 | 0.25 | 58.71 | 0.57 | 0.48 |
| Hex | C0 | BD | 34 | 0 | 2 | 49 | 19 | 3B | 39 | 30 |
| Octal | 300 | 275 | 64 | 0 | 2 | 111 | 31 | 73 | 71 | 60 |
| Binary | 11000000 | 10111101 | 110100 | 0 | 10 | 1001001 | 11001 | 111011 | 111001 | 110000 |
Color Harmonies of #C0BD34
Complementary color
Monochromatic Colors of #C0BD34
Black with #C0BD34
Text Example
Text Example
White with #C0BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD34; }
p { color: rgb(192,189,52); }
H1.HeaderClassName
{
color: #C0BD34;
}
.AnyTagClassName
{
color: #C0BD34;
}
</style>
background-color css
<style>
a { background-color: #C0BD34; }
a { background-color: rgb(192,189,52); }
div.DivClassName
{
background-color: #C0BD34;
}
.BgClassName
{
background-color: #C0BD34;
}
</style>
border-color css
<style>
span { border-color: #C0BD34; }
span { border-color: rgb(192,189,52); }
td.TdClassName
{
border-color: #C0BD34;
}
.TagClassName
{
border-color: #C0BD34;
}
</style>