Shades of Fuego #C7D521
Tints of Fuego #C7D521
RGB
CMYK
RGB Variations
Color information
#C7D521 (or 0xC7D521) is known color: Fuego. HEX triplet: C7, D5 and 21. RGB value is (199,213,33). Sum of RGB (Red+Green+Blue) = 199+213+33=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D521 is #382ADE. Grayscale: #BCBCBC. Windows color (decimal): -3680991 or 2217415. OLE color: 2217415.
HSL color Cylindrical-coordinate representation of color #C7D521: hue angle of 64.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7D521 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 33 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.16 |
| HSL | 64.67º | 0.73% | 0.48% | - |
| HSV(B) | 64.67º | 0.85% | 0.84% | - |
| XYZ | 47.62 | 59.84 | 10.48 | - |
| YUV | 188.29 | 40.36 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 33 | 0.07 | 0 | 0.85 | 0.16 | 64.67 | 0.73 | 0.48 |
| Hex | C7 | D5 | 21 | 7 | 0 | 55 | 10 | 41 | 49 | 30 |
| Octal | 307 | 325 | 41 | 7 | 0 | 125 | 20 | 101 | 111 | 60 |
| Binary | 11000111 | 11010101 | 100001 | 111 | 0 | 1010101 | 10000 | 1000001 | 1001001 | 110000 |
Color Harmonies of #C7D521
Complementary color
Monochromatic Colors of #C7D521
Black with #C7D521
Text Example
Text Example
White with #C7D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D521; }
p { color: rgb(199,213,33); }
H1.HeaderClassName
{
color: #C7D521;
}
.AnyTagClassName
{
color: #C7D521;
}
</style>
background-color css
<style>
a { background-color: #C7D521; }
a { background-color: rgb(199,213,33); }
div.DivClassName
{
background-color: #C7D521;
}
.BgClassName
{
background-color: #C7D521;
}
</style>
border-color css
<style>
span { border-color: #C7D521; }
span { border-color: rgb(199,213,33); }
td.TdClassName
{
border-color: #C7D521;
}
.TagClassName
{
border-color: #C7D521;
}
</style>