Shades of Fuego #C3D321
Tints of Fuego #C3D321
RGB
CMYK
RGB Variations
Color information
#C3D321 (or 0xC3D321) is known color: Fuego. HEX triplet: C3, D3 and 21. RGB value is (195,211,33). Sum of RGB (Red+Green+Blue) = 195+211+33=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #C3D321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D321 is #3C2CDE. Grayscale: #BABABA. Windows color (decimal): -3943647 or 2216899. OLE color: 2216899.
HSL color Cylindrical-coordinate representation of color #C3D321: hue angle of 65.39º 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 #C3D321 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 211 | 33 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.17 |
| HSL | 65.39º | 0.73% | 0.48% | - |
| HSV(B) | 65.39º | 0.84% | 0.83% | - |
| XYZ | 46.07 | 58.3 | 10.26 | - |
| YUV | 185.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 211 | 33 | 0.08 | 0 | 0.84 | 0.17 | 65.39 | 0.73 | 0.48 |
| Hex | C3 | D3 | 21 | 8 | 0 | 54 | 11 | 41 | 49 | 30 |
| Octal | 303 | 323 | 41 | 10 | 0 | 124 | 21 | 101 | 111 | 60 |
| Binary | 11000011 | 11010011 | 100001 | 1000 | 0 | 1010100 | 10001 | 1000001 | 1001001 | 110000 |
Color Harmonies of #C3D321
Complementary color
Monochromatic Colors of #C3D321
Black with #C3D321
Text Example
Text Example
White with #C3D321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3D321; }
p { color: rgb(195,211,33); }
H1.HeaderClassName
{
color: #C3D321;
}
.AnyTagClassName
{
color: #C3D321;
}
</style>
background-color css
<style>
a { background-color: #C3D321; }
a { background-color: rgb(195,211,33); }
div.DivClassName
{
background-color: #C3D321;
}
.BgClassName
{
background-color: #C3D321;
}
</style>
border-color css
<style>
span { border-color: #C3D321; }
span { border-color: rgb(195,211,33); }
td.TdClassName
{
border-color: #C3D321;
}
.TagClassName
{
border-color: #C3D321;
}
</style>