Shades of Old Gold #C7BF3C
Tints of Old Gold #C7BF3C
RGB
CMYK
RGB Variations
Color information
#C7BF3C (or 0xC7BF3C) is known color: Old Gold. HEX triplet: C7, BF and 3C. RGB value is (199,191,60). Sum of RGB (Red+Green+Blue) = 199+191+60=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BF3C is #3840C3. Grayscale: #B2B2B2. Windows color (decimal): -3686596 or 3981255. OLE color: 3981255.
HSL color Cylindrical-coordinate representation of color #C7BF3C: hue angle of 56.55º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7BF3C is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 60 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.22 |
| HSL | 56.55º | 0.55% | 0.51% | - |
| HSV(B) | 56.55º | 0.7% | 0.78% | - |
| XYZ | 43 | 49.73 | 11.61 | - |
| YUV | 178.46 | 61.15 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 60 | 0 | 0.04 | 0.70 | 0.22 | 56.55 | 0.55 | 0.51 |
| Hex | C7 | BF | 3C | 0 | 4 | 46 | 16 | 39 | 37 | 33 |
| Octal | 307 | 277 | 74 | 0 | 4 | 106 | 26 | 71 | 67 | 63 |
| Binary | 11000111 | 10111111 | 111100 | 0 | 100 | 1000110 | 10110 | 111001 | 110111 | 110011 |
Color Harmonies of #C7BF3C
Complementary color
Monochromatic Colors of #C7BF3C
Black with #C7BF3C
Text Example
Text Example
White with #C7BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF3C; }
p { color: rgb(199,191,60); }
H1.HeaderClassName
{
color: #C7BF3C;
}
.AnyTagClassName
{
color: #C7BF3C;
}
</style>
background-color css
<style>
a { background-color: #C7BF3C; }
a { background-color: rgb(199,191,60); }
div.DivClassName
{
background-color: #C7BF3C;
}
.BgClassName
{
background-color: #C7BF3C;
}
</style>
border-color css
<style>
span { border-color: #C7BF3C; }
span { border-color: rgb(199,191,60); }
td.TdClassName
{
border-color: #C7BF3C;
}
.TagClassName
{
border-color: #C7BF3C;
}
</style>