Shades of Old Gold #C7BF4C
Tints of Old Gold #C7BF4C
RGB
CMYK
RGB Variations
Color information
#C7BF4C (or 0xC7BF4C) is known color: Old Gold. HEX triplet: C7, BF and 4C. RGB value is (199,191,76). Sum of RGB (Red+Green+Blue) = 199+191+76=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 76 (30.08% from 255 or 16.31% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BF4C is #3840B3. Grayscale: #B4B4B4. Windows color (decimal): -3686580 or 5029831. OLE color: 5029831.
HSL color Cylindrical-coordinate representation of color #C7BF4C: hue angle of 56.1º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7BF4C is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 76 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.22 |
| HSL | 56.1º | 0.52% | 0.54% | - |
| HSV(B) | 56.1º | 0.62% | 0.78% | - |
| XYZ | 43.49 | 49.93 | 14.18 | - |
| YUV | 180.28 | 69.15 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 76 | 0 | 0.04 | 0.62 | 0.22 | 56.1 | 0.52 | 0.54 |
| Hex | C7 | BF | 4C | 0 | 4 | 3E | 16 | 38 | 34 | 36 |
| Octal | 307 | 277 | 114 | 0 | 4 | 76 | 26 | 70 | 64 | 66 |
| Binary | 11000111 | 10111111 | 1001100 | 0 | 100 | 111110 | 10110 | 111000 | 110100 | 110110 |
Color Harmonies of #C7BF4C
Complementary color
Monochromatic Colors of #C7BF4C
Black with #C7BF4C
Text Example
Text Example
White with #C7BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF4C; }
p { color: rgb(199,191,76); }
H1.HeaderClassName
{
color: #C7BF4C;
}
.AnyTagClassName
{
color: #C7BF4C;
}
</style>
background-color css
<style>
a { background-color: #C7BF4C; }
a { background-color: rgb(199,191,76); }
div.DivClassName
{
background-color: #C7BF4C;
}
.BgClassName
{
background-color: #C7BF4C;
}
</style>
border-color css
<style>
span { border-color: #C7BF4C; }
span { border-color: rgb(199,191,76); }
td.TdClassName
{
border-color: #C7BF4C;
}
.TagClassName
{
border-color: #C7BF4C;
}
</style>