Shades of Old Gold #C7BB3D
Tints of Old Gold #C7BB3D
RGB
CMYK
RGB Variations
Color information
#C7BB3D (or 0xC7BB3D) is known color: Old Gold. HEX triplet: C7, BB and 3D. RGB value is (199,187,61). Sum of RGB (Red+Green+Blue) = 199+187+61=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 187 (73.44% from 255 or 41.83% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BB3D is #3844C2. Grayscale: #B0B0B0. Windows color (decimal): -3687619 or 4045767. OLE color: 4045767.
HSL color Cylindrical-coordinate representation of color #C7BB3D: hue angle of 54.78º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7BB3D is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 187 | 61 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.22 |
| HSL | 54.78º | 0.55% | 0.51% | - |
| HSV(B) | 54.78º | 0.69% | 0.78% | - |
| XYZ | 42.17 | 48.02 | 11.46 | - |
| YUV | 176.22 | 62.98 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 187 | 61 | 0 | 0.06 | 0.69 | 0.22 | 54.78 | 0.55 | 0.51 |
| Hex | C7 | BB | 3D | 0 | 6 | 45 | 16 | 37 | 37 | 33 |
| Octal | 307 | 273 | 75 | 0 | 6 | 105 | 26 | 67 | 67 | 63 |
| Binary | 11000111 | 10111011 | 111101 | 0 | 110 | 1000101 | 10110 | 110111 | 110111 | 110011 |
Color Harmonies of #C7BB3D
Complementary color
Monochromatic Colors of #C7BB3D
Black with #C7BB3D
Text Example
Text Example
White with #C7BB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BB3D; }
p { color: rgb(199,187,61); }
H1.HeaderClassName
{
color: #C7BB3D;
}
.AnyTagClassName
{
color: #C7BB3D;
}
</style>
background-color css
<style>
a { background-color: #C7BB3D; }
a { background-color: rgb(199,187,61); }
div.DivClassName
{
background-color: #C7BB3D;
}
.BgClassName
{
background-color: #C7BB3D;
}
</style>
border-color css
<style>
span { border-color: #C7BB3D; }
span { border-color: rgb(199,187,61); }
td.TdClassName
{
border-color: #C7BB3D;
}
.TagClassName
{
border-color: #C7BB3D;
}
</style>