Shades of Fuego #C9D71B
Tints of Fuego #C9D71B
RGB
CMYK
RGB Variations
Color information
#C9D71B (or 0xC9D71B) is known color: Fuego. HEX triplet: C9, D7 and 1B. RGB value is (201,215,27). Sum of RGB (Red+Green+Blue) = 201+215+27=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D71B is #3628E4. Grayscale: #BEBEBE. Windows color (decimal): -3549413 or 1824713. OLE color: 1824713.
HSL color Cylindrical-coordinate representation of color #C9D71B: hue angle of 64.47º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9D71B is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 27 | - |
| CMYK | 0.07 | 0 | 0.87 | 0.16 |
| HSL | 64.47º | 0.78% | 0.47% | - |
| HSV(B) | 64.47º | 0.87% | 0.84% | - |
| XYZ | 48.59 | 61.1 | 10.27 | - |
| YUV | 189.38 | 36.36 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 27 | 0.07 | 0 | 0.87 | 0.16 | 64.47 | 0.78 | 0.47 |
| Hex | C9 | D7 | 1B | 7 | 0 | 57 | 10 | 40 | 4E | 2F |
| Octal | 311 | 327 | 33 | 7 | 0 | 127 | 20 | 100 | 116 | 57 |
| Binary | 11001001 | 11010111 | 11011 | 111 | 0 | 1010111 | 10000 | 1000000 | 1001110 | 101111 |
Color Harmonies of #C9D71B
Complementary color
Monochromatic Colors of #C9D71B
Black with #C9D71B
Text Example
Text Example
White with #C9D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D71B; }
p { color: rgb(201,215,27); }
H1.HeaderClassName
{
color: #C9D71B;
}
.AnyTagClassName
{
color: #C9D71B;
}
</style>
background-color css
<style>
a { background-color: #C9D71B; }
a { background-color: rgb(201,215,27); }
div.DivClassName
{
background-color: #C9D71B;
}
.BgClassName
{
background-color: #C9D71B;
}
</style>
border-color css
<style>
span { border-color: #C9D71B; }
span { border-color: rgb(201,215,27); }
td.TdClassName
{
border-color: #C9D71B;
}
.TagClassName
{
border-color: #C9D71B;
}
</style>