Shades of Fuego #C9D927
Tints of Fuego #C9D927
RGB
CMYK
RGB Variations
Color information
#C9D927 (or 0xC9D927) is known color: Fuego. HEX triplet: C9, D9 and 27. RGB value is (201,217,39). Sum of RGB (Red+Green+Blue) = 201+217+39=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D927 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D927 is #3626D8. Grayscale: #C0C0C0. Windows color (decimal): -3548889 or 2611657. OLE color: 2611657.
HSL color Cylindrical-coordinate representation of color #C9D927: hue angle of 65.39º 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 #C9D927 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 39 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.15 |
| HSL | 65.39º | 0.7% | 0.5% | - |
| HSV(B) | 65.39º | 0.82% | 0.85% | - |
| XYZ | 49.27 | 62.19 | 11.33 | - |
| YUV | 191.92 | 41.7 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 39 | 0.07 | 0 | 0.82 | 0.15 | 65.39 | 0.7 | 0.5 |
| Hex | C9 | D9 | 27 | 7 | 0 | 52 | F | 41 | 46 | 32 |
| Octal | 311 | 331 | 47 | 7 | 0 | 122 | 17 | 101 | 106 | 62 |
| Binary | 11001001 | 11011001 | 100111 | 111 | 0 | 1010010 | 1111 | 1000001 | 1000110 | 110010 |
Color Harmonies of #C9D927
Complementary color
Monochromatic Colors of #C9D927
Black with #C9D927
Text Example
Text Example
White with #C9D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D927; }
p { color: rgb(201,217,39); }
H1.HeaderClassName
{
color: #C9D927;
}
.AnyTagClassName
{
color: #C9D927;
}
</style>
background-color css
<style>
a { background-color: #C9D927; }
a { background-color: rgb(201,217,39); }
div.DivClassName
{
background-color: #C9D927;
}
.BgClassName
{
background-color: #C9D927;
}
</style>
border-color css
<style>
span { border-color: #C9D927; }
span { border-color: rgb(201,217,39); }
td.TdClassName
{
border-color: #C9D927;
}
.TagClassName
{
border-color: #C9D927;
}
</style>