Shades of Fuego #C7D022
Tints of Fuego #C7D022
RGB
CMYK
RGB Variations
Color information
#C7D022 (or 0xC7D022) is known color: Fuego. HEX triplet: C7, D0 and 22. RGB value is (199,208,34). Sum of RGB (Red+Green+Blue) = 199+208+34=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 34 (13.67% from 255 or 7.71% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #C7D022 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7D022 is #382FDD. Grayscale: #BABABA. Windows color (decimal): -3682270 or 2281671. OLE color: 2281671.
HSL color Cylindrical-coordinate representation of color #C7D022: hue angle of 63.1º degrees, saturation: 0.72, 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 #C7D022 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 208 | 34 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.18 |
| HSL | 63.1º | 0.72% | 0.47% | - |
| HSV(B) | 63.1º | 0.84% | 0.82% | - |
| XYZ | 46.4 | 57.37 | 10.14 | - |
| YUV | 185.47 | 42.52 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 208 | 34 | 0.04 | 0 | 0.84 | 0.18 | 63.1 | 0.72 | 0.47 |
| Hex | C7 | D0 | 22 | 4 | 0 | 54 | 12 | 3F | 48 | 2F |
| Octal | 307 | 320 | 42 | 4 | 0 | 124 | 22 | 77 | 110 | 57 |
| Binary | 11000111 | 11010000 | 100010 | 100 | 0 | 1010100 | 10010 | 111111 | 1001000 | 101111 |
Color Harmonies of #C7D022
Complementary color
Monochromatic Colors of #C7D022
Black with #C7D022
Text Example
Text Example
White with #C7D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D022; }
p { color: rgb(199,208,34); }
H1.HeaderClassName
{
color: #C7D022;
}
.AnyTagClassName
{
color: #C7D022;
}
</style>
background-color css
<style>
a { background-color: #C7D022; }
a { background-color: rgb(199,208,34); }
div.DivClassName
{
background-color: #C7D022;
}
.BgClassName
{
background-color: #C7D022;
}
</style>
border-color css
<style>
span { border-color: #C7D022; }
span { border-color: rgb(199,208,34); }
td.TdClassName
{
border-color: #C7D022;
}
.TagClassName
{
border-color: #C7D022;
}
</style>