Shades of Old Gold #C0BD2F
Tints of Old Gold #C0BD2F
RGB
CMYK
RGB Variations
Color information
#C0BD2F (or 0xC0BD2F) is known color: Old Gold. HEX triplet: C0, BD and 2F. RGB value is (192,189,47). Sum of RGB (Red+Green+Blue) = 192+189+47=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 47 (18.75% from 255 or 10.98% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BD2F is #3F42D0. Grayscale: #AEAEAE. Windows color (decimal): -4145873 or 3128768. OLE color: 3128768.
HSL color Cylindrical-coordinate representation of color #C0BD2F: hue angle of 58.76º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0BD2F is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 47 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.25 |
| HSL | 58.76º | 0.61% | 0.47% | - |
| HSV(B) | 58.76º | 0.76% | 0.75% | - |
| XYZ | 40.45 | 47.81 | 9.79 | - |
| YUV | 173.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 47 | 0 | 0.02 | 0.76 | 0.25 | 58.76 | 0.61 | 0.47 |
| Hex | C0 | BD | 2F | 0 | 2 | 4C | 19 | 3B | 3D | 2F |
| Octal | 300 | 275 | 57 | 0 | 2 | 114 | 31 | 73 | 75 | 57 |
| Binary | 11000000 | 10111101 | 101111 | 0 | 10 | 1001100 | 11001 | 111011 | 111101 | 101111 |
Color Harmonies of #C0BD2F
Complementary color
Monochromatic Colors of #C0BD2F
Black with #C0BD2F
Text Example
Text Example
White with #C0BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD2F; }
p { color: rgb(192,189,47); }
H1.HeaderClassName
{
color: #C0BD2F;
}
.AnyTagClassName
{
color: #C0BD2F;
}
</style>
background-color css
<style>
a { background-color: #C0BD2F; }
a { background-color: rgb(192,189,47); }
div.DivClassName
{
background-color: #C0BD2F;
}
.BgClassName
{
background-color: #C0BD2F;
}
</style>
border-color css
<style>
span { border-color: #C0BD2F; }
span { border-color: rgb(192,189,47); }
td.TdClassName
{
border-color: #C0BD2F;
}
.TagClassName
{
border-color: #C0BD2F;
}
</style>