Shades of Fuego #C9DA23
Tints of Fuego #C9DA23
RGB
CMYK
RGB Variations
Color information
#C9DA23 (or 0xC9DA23) is known color: Fuego. HEX triplet: C9, DA and 23. RGB value is (201,218,35). Sum of RGB (Red+Green+Blue) = 201+218+35=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 35 (14.06% from 255 or 7.71% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9DA23 is #3625DC. Grayscale: #C0C0C0. Windows color (decimal): -3548637 or 2349769. OLE color: 2349769.
HSL color Cylindrical-coordinate representation of color #C9DA23: hue angle of 65.57º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C9DA23 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 218 | 35 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.15 |
| HSL | 65.57º | 0.72% | 0.5% | - |
| HSV(B) | 65.57º | 0.84% | 0.85% | - |
| XYZ | 49.46 | 62.68 | 11.08 | - |
| YUV | 192.06 | 39.37 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 218 | 35 | 0.08 | 0 | 0.84 | 0.15 | 65.57 | 0.72 | 0.5 |
| Hex | C9 | DA | 23 | 8 | 0 | 54 | F | 42 | 48 | 32 |
| Octal | 311 | 332 | 43 | 10 | 0 | 124 | 17 | 102 | 110 | 62 |
| Binary | 11001001 | 11011010 | 100011 | 1000 | 0 | 1010100 | 1111 | 1000010 | 1001000 | 110010 |
Color Harmonies of #C9DA23
Complementary color
Monochromatic Colors of #C9DA23
Black with #C9DA23
Text Example
Text Example
White with #C9DA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DA23; }
p { color: rgb(201,218,35); }
H1.HeaderClassName
{
color: #C9DA23;
}
.AnyTagClassName
{
color: #C9DA23;
}
</style>
background-color css
<style>
a { background-color: #C9DA23; }
a { background-color: rgb(201,218,35); }
div.DivClassName
{
background-color: #C9DA23;
}
.BgClassName
{
background-color: #C9DA23;
}
</style>
border-color css
<style>
span { border-color: #C9DA23; }
span { border-color: rgb(201,218,35); }
td.TdClassName
{
border-color: #C9DA23;
}
.TagClassName
{
border-color: #C9DA23;
}
</style>