Shades of Fuego #C8D71A
Tints of Fuego #C8D71A
RGB
CMYK
RGB Variations
Color information
#C8D71A (or 0xC8D71A) is known color: Fuego. HEX triplet: C8, D7 and 1A. RGB value is (200,215,26). Sum of RGB (Red+Green+Blue) = 200+215+26=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 215 - color contains mainly: green. Hex color #C8D71A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D71A is #3728E5. Grayscale: #BDBDBD. Windows color (decimal): -3614950 or 1759176. OLE color: 1759176.
HSL color Cylindrical-coordinate representation of color #C8D71A: hue angle of 64.76º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8D71A is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 215 | 26 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.16 |
| HSL | 64.76º | 0.78% | 0.47% | - |
| HSV(B) | 64.76º | 0.88% | 0.84% | - |
| XYZ | 48.31 | 60.95 | 10.2 | - |
| YUV | 188.97 | 36.03 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 215 | 26 | 0.07 | 0 | 0.88 | 0.16 | 64.76 | 0.78 | 0.47 |
| Hex | C8 | D7 | 1A | 7 | 0 | 58 | 10 | 41 | 4E | 2F |
| Octal | 310 | 327 | 32 | 7 | 0 | 130 | 20 | 101 | 116 | 57 |
| Binary | 11001000 | 11010111 | 11010 | 111 | 0 | 1011000 | 10000 | 1000001 | 1001110 | 101111 |
Color Harmonies of #C8D71A
Complementary color
Monochromatic Colors of #C8D71A
Black with #C8D71A
Text Example
Text Example
White with #C8D71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D71A; }
p { color: rgb(200,215,26); }
H1.HeaderClassName
{
color: #C8D71A;
}
.AnyTagClassName
{
color: #C8D71A;
}
</style>
background-color css
<style>
a { background-color: #C8D71A; }
a { background-color: rgb(200,215,26); }
div.DivClassName
{
background-color: #C8D71A;
}
.BgClassName
{
background-color: #C8D71A;
}
</style>
border-color css
<style>
span { border-color: #C8D71A; }
span { border-color: rgb(200,215,26); }
td.TdClassName
{
border-color: #C8D71A;
}
.TagClassName
{
border-color: #C8D71A;
}
</style>