Shades of Fuego #C9D51D
Tints of Fuego #C9D51D
RGB
CMYK
RGB Variations
Color information
#C9D51D (or 0xC9D51D) is known color: Fuego. HEX triplet: C9, D5 and 1D. RGB value is (201,213,29). Sum of RGB (Red+Green+Blue) = 201+213+29=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 213 (83.59% from 255 or 48.08% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D51D is #362AE2. Grayscale: #BDBDBD. Windows color (decimal): -3549923 or 1955273. OLE color: 1955273.
HSL color Cylindrical-coordinate representation of color #C9D51D: hue angle of 63.91º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9D51D is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 213 | 29 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.16 |
| HSL | 63.91º | 0.76% | 0.47% | - |
| HSV(B) | 63.91º | 0.86% | 0.84% | - |
| XYZ | 48.1 | 60.09 | 10.23 | - |
| YUV | 188.44 | 38.02 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 213 | 29 | 0.06 | 0 | 0.86 | 0.16 | 63.91 | 0.76 | 0.47 |
| Hex | C9 | D5 | 1D | 6 | 0 | 56 | 10 | 40 | 4C | 2F |
| Octal | 311 | 325 | 35 | 6 | 0 | 126 | 20 | 100 | 114 | 57 |
| Binary | 11001001 | 11010101 | 11101 | 110 | 0 | 1010110 | 10000 | 1000000 | 1001100 | 101111 |
Color Harmonies of #C9D51D
Complementary color
Monochromatic Colors of #C9D51D
Black with #C9D51D
Text Example
Text Example
White with #C9D51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D51D; }
p { color: rgb(201,213,29); }
H1.HeaderClassName
{
color: #C9D51D;
}
.AnyTagClassName
{
color: #C9D51D;
}
</style>
background-color css
<style>
a { background-color: #C9D51D; }
a { background-color: rgb(201,213,29); }
div.DivClassName
{
background-color: #C9D51D;
}
.BgClassName
{
background-color: #C9D51D;
}
</style>
border-color css
<style>
span { border-color: #C9D51D; }
span { border-color: rgb(201,213,29); }
td.TdClassName
{
border-color: #C9D51D;
}
.TagClassName
{
border-color: #C9D51D;
}
</style>