Shades of Fuego #C8D321
Tints of Fuego #C8D321
RGB
CMYK
RGB Variations
Color information
#C8D321 (or 0xC8D321) is known color: Fuego. HEX triplet: C8, D3 and 21. RGB value is (200,211,33). Sum of RGB (Red+Green+Blue) = 200+211+33=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 33 (13.28% from 255 or 7.43% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #C8D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D321 is #372CDE. Grayscale: #BCBCBC. Windows color (decimal): -3615967 or 2216904. OLE color: 2216904.
HSL color Cylindrical-coordinate representation of color #C8D321: hue angle of 63.71º 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 #C8D321 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 211 | 33 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.17 |
| HSL | 63.71º | 0.73% | 0.48% | - |
| HSV(B) | 63.71º | 0.84% | 0.83% | - |
| XYZ | 47.39 | 58.98 | 10.33 | - |
| YUV | 187.42 | 40.86 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 211 | 33 | 0.05 | 0 | 0.84 | 0.17 | 63.71 | 0.73 | 0.48 |
| Hex | C8 | D3 | 21 | 5 | 0 | 54 | 11 | 40 | 49 | 30 |
| Octal | 310 | 323 | 41 | 5 | 0 | 124 | 21 | 100 | 111 | 60 |
| Binary | 11001000 | 11010011 | 100001 | 101 | 0 | 1010100 | 10001 | 1000000 | 1001001 | 110000 |
Color Harmonies of #C8D321
Complementary color
Monochromatic Colors of #C8D321
Black with #C8D321
Text Example
Text Example
White with #C8D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D321; }
p { color: rgb(200,211,33); }
H1.HeaderClassName
{
color: #C8D321;
}
.AnyTagClassName
{
color: #C8D321;
}
</style>
background-color css
<style>
a { background-color: #C8D321; }
a { background-color: rgb(200,211,33); }
div.DivClassName
{
background-color: #C8D321;
}
.BgClassName
{
background-color: #C8D321;
}
</style>
border-color css
<style>
span { border-color: #C8D321; }
span { border-color: rgb(200,211,33); }
td.TdClassName
{
border-color: #C8D321;
}
.TagClassName
{
border-color: #C8D321;
}
</style>