Shades of Fuego #C9D923
Tints of Fuego #C9D923
RGB
CMYK
RGB Variations
Color information
#C9D923 (or 0xC9D923) is known color: Fuego. HEX triplet: C9, D9 and 23. RGB value is (201,217,35). Sum of RGB (Red+Green+Blue) = 201+217+35=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 35 (14.06% from 255 or 7.73% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9D923 is #3626DC. Grayscale: #C0C0C0. Windows color (decimal): -3548893 or 2349513. OLE color: 2349513.
HSL color Cylindrical-coordinate representation of color #C9D923: hue angle of 65.27º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9D923 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 35 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.15 |
| HSL | 65.27º | 0.72% | 0.49% | - |
| HSV(B) | 65.27º | 0.84% | 0.85% | - |
| XYZ | 49.2 | 62.16 | 11 | - |
| YUV | 191.47 | 39.7 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 35 | 0.07 | 0 | 0.84 | 0.15 | 65.27 | 0.72 | 0.49 |
| Hex | C9 | D9 | 23 | 7 | 0 | 54 | F | 41 | 48 | 31 |
| Octal | 311 | 331 | 43 | 7 | 0 | 124 | 17 | 101 | 110 | 61 |
| Binary | 11001001 | 11011001 | 100011 | 111 | 0 | 1010100 | 1111 | 1000001 | 1001000 | 110001 |
Color Harmonies of #C9D923
Complementary color
Monochromatic Colors of #C9D923
Black with #C9D923
Text Example
Text Example
White with #C9D923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D923; }
p { color: rgb(201,217,35); }
H1.HeaderClassName
{
color: #C9D923;
}
.AnyTagClassName
{
color: #C9D923;
}
</style>
background-color css
<style>
a { background-color: #C9D923; }
a { background-color: rgb(201,217,35); }
div.DivClassName
{
background-color: #C9D923;
}
.BgClassName
{
background-color: #C9D923;
}
</style>
border-color css
<style>
span { border-color: #C9D923; }
span { border-color: rgb(201,217,35); }
td.TdClassName
{
border-color: #C9D923;
}
.TagClassName
{
border-color: #C9D923;
}
</style>