Shades of Fuego #C9D819
Tints of Fuego #C9D819
RGB
CMYK
RGB Variations
Color information
#C9D819 (or 0xC9D819) is known color: Fuego. HEX triplet: C9, D8 and 19. RGB value is (201,216,25). Sum of RGB (Red+Green+Blue) = 201+216+25=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D819 is #3627E6. Grayscale: #BEBEBE. Windows color (decimal): -3549159 or 1693897. OLE color: 1693897.
HSL color Cylindrical-coordinate representation of color #C9D819: hue angle of 64.71º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C9D819 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 25 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.15 |
| HSL | 64.71º | 0.79% | 0.47% | - |
| HSV(B) | 64.71º | 0.88% | 0.85% | - |
| XYZ | 48.82 | 61.6 | 10.24 | - |
| YUV | 189.74 | 35.03 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 25 | 0.07 | 0 | 0.88 | 0.15 | 64.71 | 0.79 | 0.47 |
| Hex | C9 | D8 | 19 | 7 | 0 | 58 | F | 41 | 4F | 2F |
| Octal | 311 | 330 | 31 | 7 | 0 | 130 | 17 | 101 | 117 | 57 |
| Binary | 11001001 | 11011000 | 11001 | 111 | 0 | 1011000 | 1111 | 1000001 | 1001111 | 101111 |
Color Harmonies of #C9D819
Complementary color
Monochromatic Colors of #C9D819
Black with #C9D819
Text Example
Text Example
White with #C9D819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D819; }
p { color: rgb(201,216,25); }
H1.HeaderClassName
{
color: #C9D819;
}
.AnyTagClassName
{
color: #C9D819;
}
</style>
background-color css
<style>
a { background-color: #C9D819; }
a { background-color: rgb(201,216,25); }
div.DivClassName
{
background-color: #C9D819;
}
.BgClassName
{
background-color: #C9D819;
}
</style>
border-color css
<style>
span { border-color: #C9D819; }
span { border-color: rgb(201,216,25); }
td.TdClassName
{
border-color: #C9D819;
}
.TagClassName
{
border-color: #C9D819;
}
</style>