Shades of Old Gold #C2BD2F
Tints of Old Gold #C2BD2F
RGB
CMYK
RGB Variations
Color information
#C2BD2F (or 0xC2BD2F) is known color: Old Gold. HEX triplet: C2, BD and 2F. RGB value is (194,189,47). Sum of RGB (Red+Green+Blue) = 194+189+47=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 189 (74.22% from 255 or 43.95% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BD2F is #3D42D0. Grayscale: #AEAEAE. Windows color (decimal): -4014801 or 3128770. OLE color: 3128770.
HSL color Cylindrical-coordinate representation of color #C2BD2F: hue angle of 57.96º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C2BD2F is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 47 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.24 |
| HSL | 57.96º | 0.61% | 0.47% | - |
| HSV(B) | 57.96º | 0.76% | 0.76% | - |
| XYZ | 40.96 | 48.07 | 9.81 | - |
| YUV | 174.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 47 | 0 | 0.03 | 0.76 | 0.24 | 57.96 | 0.61 | 0.47 |
| Hex | C2 | BD | 2F | 0 | 3 | 4C | 18 | 3A | 3D | 2F |
| Octal | 302 | 275 | 57 | 0 | 3 | 114 | 30 | 72 | 75 | 57 |
| Binary | 11000010 | 10111101 | 101111 | 0 | 11 | 1001100 | 11000 | 111010 | 111101 | 101111 |
Color Harmonies of #C2BD2F
Complementary color
Monochromatic Colors of #C2BD2F
Black with #C2BD2F
Text Example
Text Example
White with #C2BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD2F; }
p { color: rgb(194,189,47); }
H1.HeaderClassName
{
color: #C2BD2F;
}
.AnyTagClassName
{
color: #C2BD2F;
}
</style>
background-color css
<style>
a { background-color: #C2BD2F; }
a { background-color: rgb(194,189,47); }
div.DivClassName
{
background-color: #C2BD2F;
}
.BgClassName
{
background-color: #C2BD2F;
}
</style>
border-color css
<style>
span { border-color: #C2BD2F; }
span { border-color: rgb(194,189,47); }
td.TdClassName
{
border-color: #C2BD2F;
}
.TagClassName
{
border-color: #C2BD2F;
}
</style>