Shades of Old Gold #C7BF33
Tints of Old Gold #C7BF33
RGB
CMYK
RGB Variations
Color information
#C7BF33 (or 0xC7BF33) is known color: Old Gold. HEX triplet: C7, BF and 33. RGB value is (199,191,51). Sum of RGB (Red+Green+Blue) = 199+191+51=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BF33 is #3840CC. Grayscale: #B2B2B2. Windows color (decimal): -3686605 or 3391431. OLE color: 3391431.
HSL color Cylindrical-coordinate representation of color #C7BF33: hue angle of 56.76º 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 #C7BF33 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 191 | 51 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.22 |
| HSL | 56.76º | 0.59% | 0.49% | - |
| HSV(B) | 56.76º | 0.74% | 0.78% | - |
| XYZ | 42.78 | 49.64 | 10.46 | - |
| YUV | 177.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 191 | 51 | 0 | 0.04 | 0.74 | 0.22 | 56.76 | 0.59 | 0.49 |
| Hex | C7 | BF | 33 | 0 | 4 | 4A | 16 | 39 | 3B | 31 |
| Octal | 307 | 277 | 63 | 0 | 4 | 112 | 26 | 71 | 73 | 61 |
| Binary | 11000111 | 10111111 | 110011 | 0 | 100 | 1001010 | 10110 | 111001 | 111011 | 110001 |
Color Harmonies of #C7BF33
Complementary color
Monochromatic Colors of #C7BF33
Black with #C7BF33
Text Example
Text Example
White with #C7BF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BF33; }
p { color: rgb(199,191,51); }
H1.HeaderClassName
{
color: #C7BF33;
}
.AnyTagClassName
{
color: #C7BF33;
}
</style>
background-color css
<style>
a { background-color: #C7BF33; }
a { background-color: rgb(199,191,51); }
div.DivClassName
{
background-color: #C7BF33;
}
.BgClassName
{
background-color: #C7BF33;
}
</style>
border-color css
<style>
span { border-color: #C7BF33; }
span { border-color: rgb(199,191,51); }
td.TdClassName
{
border-color: #C7BF33;
}
.TagClassName
{
border-color: #C7BF33;
}
</style>