Shades of Fuego #C7D321
Tints of Fuego #C7D321
RGB
CMYK
RGB Variations
Color information
#C7D321 (or 0xC7D321) is known color: Fuego. HEX triplet: C7, D3 and 21. RGB value is (199,211,33). Sum of RGB (Red+Green+Blue) = 199+211+33=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 211 (82.81% from 255 or 47.63% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D321 is #382CDE. Grayscale: #BBBBBB. Windows color (decimal): -3681503 or 2216903. OLE color: 2216903.
HSL color Cylindrical-coordinate representation of color #C7D321: hue angle of 64.04º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C7D321 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 33 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.17 |
| HSL | 64.04º | 0.73% | 0.48% | - |
| HSV(B) | 64.04º | 0.84% | 0.83% | - |
| XYZ | 47.12 | 58.84 | 10.31 | - |
| YUV | 187.12 | 41.02 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 33 | 0.06 | 0 | 0.84 | 0.17 | 64.04 | 0.73 | 0.48 |
| Hex | C7 | D3 | 21 | 6 | 0 | 54 | 11 | 40 | 49 | 30 |
| Octal | 307 | 323 | 41 | 6 | 0 | 124 | 21 | 100 | 111 | 60 |
| Binary | 11000111 | 11010011 | 100001 | 110 | 0 | 1010100 | 10001 | 1000000 | 1001001 | 110000 |
Color Harmonies of #C7D321
Complementary color
Monochromatic Colors of #C7D321
Black with #C7D321
Text Example
Text Example
White with #C7D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D321; }
p { color: rgb(199,211,33); }
H1.HeaderClassName
{
color: #C7D321;
}
.AnyTagClassName
{
color: #C7D321;
}
</style>
background-color css
<style>
a { background-color: #C7D321; }
a { background-color: rgb(199,211,33); }
div.DivClassName
{
background-color: #C7D321;
}
.BgClassName
{
background-color: #C7D321;
}
</style>
border-color css
<style>
span { border-color: #C7D321; }
span { border-color: rgb(199,211,33); }
td.TdClassName
{
border-color: #C7D321;
}
.TagClassName
{
border-color: #C7D321;
}
</style>