Shades of Fuego #C7D721
Tints of Fuego #C7D721
RGB
CMYK
RGB Variations
Color information
#C7D721 (or 0xC7D721) is known color: Fuego. HEX triplet: C7, D7 and 21. RGB value is (199,215,33). Sum of RGB (Red+Green+Blue) = 199+215+33=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 33 (13.28% from 255 or 7.38% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D721 is #3828DE. Grayscale: #BEBEBE. Windows color (decimal): -3680479 or 2217927. OLE color: 2217927.
HSL color Cylindrical-coordinate representation of color #C7D721: hue angle of 65.27º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7D721 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 33 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.16 |
| HSL | 65.27º | 0.73% | 0.49% | - |
| HSV(B) | 65.27º | 0.85% | 0.84% | - |
| XYZ | 48.13 | 60.85 | 10.65 | - |
| YUV | 189.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 33 | 0.07 | 0 | 0.85 | 0.16 | 65.27 | 0.73 | 0.49 |
| Hex | C7 | D7 | 21 | 7 | 0 | 55 | 10 | 41 | 49 | 31 |
| Octal | 307 | 327 | 41 | 7 | 0 | 125 | 20 | 101 | 111 | 61 |
| Binary | 11000111 | 11010111 | 100001 | 111 | 0 | 1010101 | 10000 | 1000001 | 1001001 | 110001 |
Color Harmonies of #C7D721
Complementary color
Monochromatic Colors of #C7D721
Black with #C7D721
Text Example
Text Example
White with #C7D721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D721; }
p { color: rgb(199,215,33); }
H1.HeaderClassName
{
color: #C7D721;
}
.AnyTagClassName
{
color: #C7D721;
}
</style>
background-color css
<style>
a { background-color: #C7D721; }
a { background-color: rgb(199,215,33); }
div.DivClassName
{
background-color: #C7D721;
}
.BgClassName
{
background-color: #C7D721;
}
</style>
border-color css
<style>
span { border-color: #C7D721; }
span { border-color: rgb(199,215,33); }
td.TdClassName
{
border-color: #C7D721;
}
.TagClassName
{
border-color: #C7D721;
}
</style>