Shades of Fuego #C8DC21
Tints of Fuego #C8DC21
RGB
CMYK
RGB Variations
Color information
#C8DC21 (or 0xC8DC21) is known color: Fuego. HEX triplet: C8, DC and 21. RGB value is (200,220,33). Sum of RGB (Red+Green+Blue) = 200+220+33=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #C8DC21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DC21 is #3723DE. Grayscale: #C1C1C1. Windows color (decimal): -3613663 or 2219208. OLE color: 2219208.
HSL color Cylindrical-coordinate representation of color #C8DC21: hue angle of 66.42º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8DC21 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 220 | 33 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.14 |
| HSL | 66.42º | 0.74% | 0.5% | - |
| HSV(B) | 66.42º | 0.85% | 0.86% | - |
| XYZ | 49.69 | 63.58 | 11.09 | - |
| YUV | 192.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 220 | 33 | 0.09 | 0 | 0.85 | 0.14 | 66.42 | 0.74 | 0.5 |
| Hex | C8 | DC | 21 | 9 | 0 | 55 | E | 42 | 4A | 32 |
| Octal | 310 | 334 | 41 | 11 | 0 | 125 | 16 | 102 | 112 | 62 |
| Binary | 11001000 | 11011100 | 100001 | 1001 | 0 | 1010101 | 1110 | 1000010 | 1001010 | 110010 |
Color Harmonies of #C8DC21
Complementary color
Monochromatic Colors of #C8DC21
Black with #C8DC21
Text Example
Text Example
White with #C8DC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DC21; }
p { color: rgb(200,220,33); }
H1.HeaderClassName
{
color: #C8DC21;
}
.AnyTagClassName
{
color: #C8DC21;
}
</style>
background-color css
<style>
a { background-color: #C8DC21; }
a { background-color: rgb(200,220,33); }
div.DivClassName
{
background-color: #C8DC21;
}
.BgClassName
{
background-color: #C8DC21;
}
</style>
border-color css
<style>
span { border-color: #C8DC21; }
span { border-color: rgb(200,220,33); }
td.TdClassName
{
border-color: #C8DC21;
}
.TagClassName
{
border-color: #C8DC21;
}
</style>