Shades of Old Gold #C7B133
Tints of Old Gold #C7B133
RGB
CMYK
RGB Variations
Color information
#C7B133 (or 0xC7B133) is known color: Old Gold. HEX triplet: C7, B1 and 33. RGB value is (199,177,51). Sum of RGB (Red+Green+Blue) = 199+177+51=427 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.60% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 51 (20.31% from 255 or 11.94% from 427); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B133 is #384ECC. Grayscale: #A9A9A9. Windows color (decimal): -3690189 or 3387847. OLE color: 3387847.
HSL color Cylindrical-coordinate representation of color #C7B133: hue angle of 51.08º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7B133 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 51 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.22 |
| HSL | 51.08º | 0.59% | 0.49% | - |
| HSV(B) | 51.08º | 0.74% | 0.78% | - |
| XYZ | 39.87 | 43.83 | 9.49 | - |
| YUV | 169.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 51 | 0 | 0.11 | 0.74 | 0.22 | 51.08 | 0.59 | 0.49 |
| Hex | C7 | B1 | 33 | 0 | B | 4A | 16 | 33 | 3B | 31 |
| Octal | 307 | 261 | 63 | 0 | 13 | 112 | 26 | 63 | 73 | 61 |
| Binary | 11000111 | 10110001 | 110011 | 0 | 1011 | 1001010 | 10110 | 110011 | 111011 | 110001 |
Color Harmonies of #C7B133
Complementary color
Monochromatic Colors of #C7B133
Black with #C7B133
Text Example
Text Example
White with #C7B133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B133; }
p { color: rgb(199,177,51); }
H1.HeaderClassName
{
color: #C7B133;
}
.AnyTagClassName
{
color: #C7B133;
}
</style>
background-color css
<style>
a { background-color: #C7B133; }
a { background-color: rgb(199,177,51); }
div.DivClassName
{
background-color: #C7B133;
}
.BgClassName
{
background-color: #C7B133;
}
</style>
border-color css
<style>
span { border-color: #C7B133; }
span { border-color: rgb(199,177,51); }
td.TdClassName
{
border-color: #C7B133;
}
.TagClassName
{
border-color: #C7B133;
}
</style>