Shades of Fuego #C8D021
Tints of Fuego #C8D021
RGB
CMYK
RGB Variations
Color information
#C8D021 (or 0xC8D021) is known color: Fuego. HEX triplet: C8, D0 and 21. RGB value is (200,208,33). Sum of RGB (Red+Green+Blue) = 200+208+33=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D021 is #372FDE. Grayscale: #BABABA. Windows color (decimal): -3616735 or 2216136. OLE color: 2216136.
HSL color Cylindrical-coordinate representation of color #C8D021: hue angle of 62.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8D021 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 208 | 33 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.18 |
| HSL | 62.74º | 0.73% | 0.47% | - |
| HSV(B) | 62.74º | 0.84% | 0.82% | - |
| XYZ | 46.65 | 57.5 | 10.08 | - |
| YUV | 185.66 | 41.85 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 208 | 33 | 0.04 | 0 | 0.84 | 0.18 | 62.74 | 0.73 | 0.47 |
| Hex | C8 | D0 | 21 | 4 | 0 | 54 | 12 | 3F | 49 | 2F |
| Octal | 310 | 320 | 41 | 4 | 0 | 124 | 22 | 77 | 111 | 57 |
| Binary | 11001000 | 11010000 | 100001 | 100 | 0 | 1010100 | 10010 | 111111 | 1001001 | 101111 |
Color Harmonies of #C8D021
Complementary color
Monochromatic Colors of #C8D021
Black with #C8D021
Text Example
Text Example
White with #C8D021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D021; }
p { color: rgb(200,208,33); }
H1.HeaderClassName
{
color: #C8D021;
}
.AnyTagClassName
{
color: #C8D021;
}
</style>
background-color css
<style>
a { background-color: #C8D021; }
a { background-color: rgb(200,208,33); }
div.DivClassName
{
background-color: #C8D021;
}
.BgClassName
{
background-color: #C8D021;
}
</style>
border-color css
<style>
span { border-color: #C8D021; }
span { border-color: rgb(200,208,33); }
td.TdClassName
{
border-color: #C8D021;
}
.TagClassName
{
border-color: #C8D021;
}
</style>