Shades of Fuego #C7D221
Tints of Fuego #C7D221
RGB
CMYK
RGB Variations
Color information
#C7D221 (or 0xC7D221) is known color: Fuego. HEX triplet: C7, D2 and 21. RGB value is (199,210,33). Sum of RGB (Red+Green+Blue) = 199+210+33=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #C7D221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D221 is #382DDE. Grayscale: #BBBBBB. Windows color (decimal): -3681759 or 2216647. OLE color: 2216647.
HSL color Cylindrical-coordinate representation of color #C7D221: hue angle of 63.73º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7D221 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 210 | 33 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.18 |
| HSL | 63.73º | 0.73% | 0.48% | - |
| HSV(B) | 63.73º | 0.84% | 0.82% | - |
| XYZ | 46.87 | 58.35 | 10.23 | - |
| YUV | 186.53 | 41.36 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 210 | 33 | 0.05 | 0 | 0.84 | 0.18 | 63.73 | 0.73 | 0.48 |
| Hex | C7 | D2 | 21 | 5 | 0 | 54 | 12 | 40 | 49 | 30 |
| Octal | 307 | 322 | 41 | 5 | 0 | 124 | 22 | 100 | 111 | 60 |
| Binary | 11000111 | 11010010 | 100001 | 101 | 0 | 1010100 | 10010 | 1000000 | 1001001 | 110000 |
Color Harmonies of #C7D221
Complementary color
Monochromatic Colors of #C7D221
Black with #C7D221
Text Example
Text Example
White with #C7D221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D221; }
p { color: rgb(199,210,33); }
H1.HeaderClassName
{
color: #C7D221;
}
.AnyTagClassName
{
color: #C7D221;
}
</style>
background-color css
<style>
a { background-color: #C7D221; }
a { background-color: rgb(199,210,33); }
div.DivClassName
{
background-color: #C7D221;
}
.BgClassName
{
background-color: #C7D221;
}
</style>
border-color css
<style>
span { border-color: #C7D221; }
span { border-color: rgb(199,210,33); }
td.TdClassName
{
border-color: #C7D221;
}
.TagClassName
{
border-color: #C7D221;
}
</style>