Shades of Fuego #C8D722
Tints of Fuego #C8D722
RGB
CMYK
RGB Variations
Color information
#C8D722 (or 0xC8D722) is known color: Fuego. HEX triplet: C8, D7 and 22. RGB value is (200,215,34). Sum of RGB (Red+Green+Blue) = 200+215+34=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 215 (84.38% from 255 or 47.88% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D722 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D722 is #3728DD. Grayscale: #BEBEBE. Windows color (decimal): -3614942 or 2283464. OLE color: 2283464.
HSL color Cylindrical-coordinate representation of color #C8D722: hue angle of 64.97º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8D722 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 34 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.16 |
| HSL | 64.97º | 0.73% | 0.49% | - |
| HSV(B) | 64.97º | 0.84% | 0.84% | - |
| XYZ | 48.41 | 61 | 10.74 | - |
| YUV | 189.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 34 | 0.07 | 0 | 0.84 | 0.16 | 64.97 | 0.73 | 0.49 |
| Hex | C8 | D7 | 22 | 7 | 0 | 54 | 10 | 41 | 49 | 31 |
| Octal | 310 | 327 | 42 | 7 | 0 | 124 | 20 | 101 | 111 | 61 |
| Binary | 11001000 | 11010111 | 100010 | 111 | 0 | 1010100 | 10000 | 1000001 | 1001001 | 110001 |
Color Harmonies of #C8D722
Complementary color
Monochromatic Colors of #C8D722
Black with #C8D722
Text Example
Text Example
White with #C8D722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D722; }
p { color: rgb(200,215,34); }
H1.HeaderClassName
{
color: #C8D722;
}
.AnyTagClassName
{
color: #C8D722;
}
</style>
background-color css
<style>
a { background-color: #C8D722; }
a { background-color: rgb(200,215,34); }
div.DivClassName
{
background-color: #C8D722;
}
.BgClassName
{
background-color: #C8D722;
}
</style>
border-color css
<style>
span { border-color: #C8D722; }
span { border-color: rgb(200,215,34); }
td.TdClassName
{
border-color: #C8D722;
}
.TagClassName
{
border-color: #C8D722;
}
</style>