Shades of Fuego #C9D92B
Tints of Fuego #C9D92B
RGB
CMYK
RGB Variations
Color information
#C9D92B (or 0xC9D92B) is known color: Fuego. HEX triplet: C9, D9 and 2B. RGB value is (201,217,43). Sum of RGB (Red+Green+Blue) = 201+217+43=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D92B is #3626D4. Grayscale: #C1C1C1. Windows color (decimal): -3548885 or 2873801. OLE color: 2873801.
HSL color Cylindrical-coordinate representation of color #C9D92B: hue angle of 65.52º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9D92B is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 43 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.15 |
| HSL | 65.52º | 0.7% | 0.51% | - |
| HSV(B) | 65.52º | 0.8% | 0.85% | - |
| XYZ | 49.34 | 62.22 | 11.69 | - |
| YUV | 192.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 43 | 0.07 | 0 | 0.80 | 0.15 | 65.52 | 0.7 | 0.51 |
| Hex | C9 | D9 | 2B | 7 | 0 | 50 | F | 42 | 46 | 33 |
| Octal | 311 | 331 | 53 | 7 | 0 | 120 | 17 | 102 | 106 | 63 |
| Binary | 11001001 | 11011001 | 101011 | 111 | 0 | 1010000 | 1111 | 1000010 | 1000110 | 110011 |
Color Harmonies of #C9D92B
Complementary color
Monochromatic Colors of #C9D92B
Black with #C9D92B
Text Example
Text Example
White with #C9D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D92B; }
p { color: rgb(201,217,43); }
H1.HeaderClassName
{
color: #C9D92B;
}
.AnyTagClassName
{
color: #C9D92B;
}
</style>
background-color css
<style>
a { background-color: #C9D92B; }
a { background-color: rgb(201,217,43); }
div.DivClassName
{
background-color: #C9D92B;
}
.BgClassName
{
background-color: #C9D92B;
}
</style>
border-color css
<style>
span { border-color: #C9D92B; }
span { border-color: rgb(201,217,43); }
td.TdClassName
{
border-color: #C9D92B;
}
.TagClassName
{
border-color: #C9D92B;
}
</style>