Shades of Fuego #C8D220
Tints of Fuego #C8D220
RGB
CMYK
RGB Variations
Color information
#C8D220 (or 0xC8D220) is known color: Fuego. HEX triplet: C8, D2 and 20. RGB value is (200,210,32). Sum of RGB (Red+Green+Blue) = 200+210+32=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 32 (12.89% from 255 or 7.24% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D220 is #372DDF. Grayscale: #BBBBBB. Windows color (decimal): -3616224 or 2151112. OLE color: 2151112.
HSL color Cylindrical-coordinate representation of color #C8D220: hue angle of 63.37º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8D220 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 32 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.18 |
| HSL | 63.37º | 0.74% | 0.47% | - |
| HSV(B) | 63.37º | 0.85% | 0.82% | - |
| XYZ | 47.13 | 58.48 | 10.17 | - |
| YUV | 186.72 | 40.69 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 32 | 0.05 | 0 | 0.85 | 0.18 | 63.37 | 0.74 | 0.47 |
| Hex | C8 | D2 | 20 | 5 | 0 | 55 | 12 | 3F | 4A | 2F |
| Octal | 310 | 322 | 40 | 5 | 0 | 125 | 22 | 77 | 112 | 57 |
| Binary | 11001000 | 11010010 | 100000 | 101 | 0 | 1010101 | 10010 | 111111 | 1001010 | 101111 |
Color Harmonies of #C8D220
Complementary color
Monochromatic Colors of #C8D220
Black with #C8D220
Text Example
Text Example
White with #C8D220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D220; }
p { color: rgb(200,210,32); }
H1.HeaderClassName
{
color: #C8D220;
}
.AnyTagClassName
{
color: #C8D220;
}
</style>
background-color css
<style>
a { background-color: #C8D220; }
a { background-color: rgb(200,210,32); }
div.DivClassName
{
background-color: #C8D220;
}
.BgClassName
{
background-color: #C8D220;
}
</style>
border-color css
<style>
span { border-color: #C8D220; }
span { border-color: rgb(200,210,32); }
td.TdClassName
{
border-color: #C8D220;
}
.TagClassName
{
border-color: #C8D220;
}
</style>