Shades of Fuego #C9DC2B
Tints of Fuego #C9DC2B
RGB
CMYK
RGB Variations
Color information
#C9DC2B (or 0xC9DC2B) is known color: Fuego. HEX triplet: C9, DC and 2B. RGB value is (201,220,43). Sum of RGB (Red+Green+Blue) = 201+220+43=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DC2B is #3623D4. Grayscale: #C2C2C2. Windows color (decimal): -3548117 or 2874569. OLE color: 2874569.
HSL color Cylindrical-coordinate representation of color #C9DC2B: hue angle of 66.44º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9DC2B is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 43 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.14 |
| HSL | 66.44º | 0.72% | 0.52% | - |
| HSV(B) | 66.44º | 0.8% | 0.86% | - |
| XYZ | 50.12 | 63.78 | 11.95 | - |
| YUV | 194.14 | 42.71 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 43 | 0.09 | 0 | 0.80 | 0.14 | 66.44 | 0.72 | 0.52 |
| Hex | C9 | DC | 2B | 9 | 0 | 50 | E | 42 | 48 | 34 |
| Octal | 311 | 334 | 53 | 11 | 0 | 120 | 16 | 102 | 110 | 64 |
| Binary | 11001001 | 11011100 | 101011 | 1001 | 0 | 1010000 | 1110 | 1000010 | 1001000 | 110100 |
Color Harmonies of #C9DC2B
Complementary color
Monochromatic Colors of #C9DC2B
Black with #C9DC2B
Text Example
Text Example
White with #C9DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC2B; }
p { color: rgb(201,220,43); }
H1.HeaderClassName
{
color: #C9DC2B;
}
.AnyTagClassName
{
color: #C9DC2B;
}
</style>
background-color css
<style>
a { background-color: #C9DC2B; }
a { background-color: rgb(201,220,43); }
div.DivClassName
{
background-color: #C9DC2B;
}
.BgClassName
{
background-color: #C9DC2B;
}
</style>
border-color css
<style>
span { border-color: #C9DC2B; }
span { border-color: rgb(201,220,43); }
td.TdClassName
{
border-color: #C9DC2B;
}
.TagClassName
{
border-color: #C9DC2B;
}
</style>