Shades of Fuego #C9D72F
Tints of Fuego #C9D72F
RGB
CMYK
RGB Variations
Color information
#C9D72F (or 0xC9D72F) is known color: Fuego. HEX triplet: C9, D7 and 2F. RGB value is (201,215,47). Sum of RGB (Red+Green+Blue) = 201+215+47=463 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.41% from 463); Green value is 215 (84.38% from 255 or 46.44% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 215 - color contains mainly: green. Hex color #C9D72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D72F is #3628D0. Grayscale: #C0C0C0. Windows color (decimal): -3549393 or 3135433. OLE color: 3135433.
HSL color Cylindrical-coordinate representation of color #C9D72F: hue angle of 65º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9D72F is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 215 | 47 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.16 |
| HSL | 65º | 0.68% | 0.51% | - |
| HSV(B) | 65º | 0.78% | 0.84% | - |
| XYZ | 48.9 | 61.22 | 11.93 | - |
| YUV | 191.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 215 | 47 | 0.07 | 0 | 0.78 | 0.16 | 65 | 0.68 | 0.51 |
| Hex | C9 | D7 | 2F | 7 | 0 | 4E | 10 | 41 | 44 | 33 |
| Octal | 311 | 327 | 57 | 7 | 0 | 116 | 20 | 101 | 104 | 63 |
| Binary | 11001001 | 11010111 | 101111 | 111 | 0 | 1001110 | 10000 | 1000001 | 1000100 | 110011 |
Color Harmonies of #C9D72F
Complementary color
Monochromatic Colors of #C9D72F
Black with #C9D72F
Text Example
Text Example
White with #C9D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D72F; }
p { color: rgb(201,215,47); }
H1.HeaderClassName
{
color: #C9D72F;
}
.AnyTagClassName
{
color: #C9D72F;
}
</style>
background-color css
<style>
a { background-color: #C9D72F; }
a { background-color: rgb(201,215,47); }
div.DivClassName
{
background-color: #C9D72F;
}
.BgClassName
{
background-color: #C9D72F;
}
</style>
border-color css
<style>
span { border-color: #C9D72F; }
span { border-color: rgb(201,215,47); }
td.TdClassName
{
border-color: #C9D72F;
}
.TagClassName
{
border-color: #C9D72F;
}
</style>