Shades of Fuego #C8D927
Tints of Fuego #C8D927
RGB
CMYK
RGB Variations
Color information
#C8D927 (or 0xC8D927) is known color: Fuego. HEX triplet: C8, D9 and 27. RGB value is (200,217,39). Sum of RGB (Red+Green+Blue) = 200+217+39=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8D927 is #3726D8. Grayscale: #C0C0C0. Windows color (decimal): -3614425 or 2611656. OLE color: 2611656.
HSL color Cylindrical-coordinate representation of color #C8D927: hue angle of 65.73º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8D927 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 217 | 39 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.15 |
| HSL | 65.73º | 0.7% | 0.5% | - |
| HSV(B) | 65.73º | 0.82% | 0.85% | - |
| XYZ | 49 | 62.05 | 11.31 | - |
| YUV | 191.63 | 41.87 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 217 | 39 | 0.08 | 0 | 0.82 | 0.15 | 65.73 | 0.7 | 0.5 |
| Hex | C8 | D9 | 27 | 8 | 0 | 52 | F | 42 | 46 | 32 |
| Octal | 310 | 331 | 47 | 10 | 0 | 122 | 17 | 102 | 106 | 62 |
| Binary | 11001000 | 11011001 | 100111 | 1000 | 0 | 1010010 | 1111 | 1000010 | 1000110 | 110010 |
Color Harmonies of #C8D927
Complementary color
Monochromatic Colors of #C8D927
Black with #C8D927
Text Example
Text Example
White with #C8D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D927; }
p { color: rgb(200,217,39); }
H1.HeaderClassName
{
color: #C8D927;
}
.AnyTagClassName
{
color: #C8D927;
}
</style>
background-color css
<style>
a { background-color: #C8D927; }
a { background-color: rgb(200,217,39); }
div.DivClassName
{
background-color: #C8D927;
}
.BgClassName
{
background-color: #C8D927;
}
</style>
border-color css
<style>
span { border-color: #C8D927; }
span { border-color: rgb(200,217,39); }
td.TdClassName
{
border-color: #C8D927;
}
.TagClassName
{
border-color: #C8D927;
}
</style>