Shades of Fuego #C9D828
Tints of Fuego #C9D828
RGB
CMYK
RGB Variations
Color information
#C9D828 (or 0xC9D828) is known color: Fuego. HEX triplet: C9, D8 and 28. RGB value is (201,216,40). Sum of RGB (Red+Green+Blue) = 201+216+40=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D828 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D828 is #3627D7. Grayscale: #C0C0C0. Windows color (decimal): -3549144 or 2676937. OLE color: 2676937.
HSL color Cylindrical-coordinate representation of color #C9D828: hue angle of 65.11º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9D828 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 216 | 40 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.15 |
| HSL | 65.11º | 0.69% | 0.5% | - |
| HSV(B) | 65.11º | 0.81% | 0.85% | - |
| XYZ | 49.03 | 61.68 | 11.33 | - |
| YUV | 191.45 | 42.53 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 216 | 40 | 0.07 | 0 | 0.81 | 0.15 | 65.11 | 0.69 | 0.5 |
| Hex | C9 | D8 | 28 | 7 | 0 | 51 | F | 41 | 45 | 32 |
| Octal | 311 | 330 | 50 | 7 | 0 | 121 | 17 | 101 | 105 | 62 |
| Binary | 11001001 | 11011000 | 101000 | 111 | 0 | 1010001 | 1111 | 1000001 | 1000101 | 110010 |
Color Harmonies of #C9D828
Complementary color
Monochromatic Colors of #C9D828
Black with #C9D828
Text Example
Text Example
White with #C9D828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D828; }
p { color: rgb(201,216,40); }
H1.HeaderClassName
{
color: #C9D828;
}
.AnyTagClassName
{
color: #C9D828;
}
</style>
background-color css
<style>
a { background-color: #C9D828; }
a { background-color: rgb(201,216,40); }
div.DivClassName
{
background-color: #C9D828;
}
.BgClassName
{
background-color: #C9D828;
}
</style>
border-color css
<style>
span { border-color: #C9D828; }
span { border-color: rgb(201,216,40); }
td.TdClassName
{
border-color: #C9D828;
}
.TagClassName
{
border-color: #C9D828;
}
</style>