Shades of Fuego #C9D629
Tints of Fuego #C9D629
RGB
CMYK
RGB Variations
Color information
#C9D629 (or 0xC9D629) is known color: Fuego. HEX triplet: C9, D6 and 29. RGB value is (201,214,41). Sum of RGB (Red+Green+Blue) = 201+214+41=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D629 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D629 is #3629D6. Grayscale: #BFBFBF. Windows color (decimal): -3549655 or 2741961. OLE color: 2741961.
HSL color Cylindrical-coordinate representation of color #C9D629: hue angle of 64.51º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C9D629 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 41 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.16 |
| HSL | 64.51º | 0.68% | 0.5% | - |
| HSV(B) | 64.51º | 0.81% | 0.84% | - |
| XYZ | 48.53 | 60.67 | 11.25 | - |
| YUV | 190.39 | 43.69 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 41 | 0.06 | 0 | 0.81 | 0.16 | 64.51 | 0.68 | 0.5 |
| Hex | C9 | D6 | 29 | 6 | 0 | 51 | 10 | 41 | 44 | 32 |
| Octal | 311 | 326 | 51 | 6 | 0 | 121 | 20 | 101 | 104 | 62 |
| Binary | 11001001 | 11010110 | 101001 | 110 | 0 | 1010001 | 10000 | 1000001 | 1000100 | 110010 |
Color Harmonies of #C9D629
Complementary color
Monochromatic Colors of #C9D629
Black with #C9D629
Text Example
Text Example
White with #C9D629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D629; }
p { color: rgb(201,214,41); }
H1.HeaderClassName
{
color: #C9D629;
}
.AnyTagClassName
{
color: #C9D629;
}
</style>
background-color css
<style>
a { background-color: #C9D629; }
a { background-color: rgb(201,214,41); }
div.DivClassName
{
background-color: #C9D629;
}
.BgClassName
{
background-color: #C9D629;
}
</style>
border-color css
<style>
span { border-color: #C9D629; }
span { border-color: rgb(201,214,41); }
td.TdClassName
{
border-color: #C9D629;
}
.TagClassName
{
border-color: #C9D629;
}
</style>