Shades of Fuego #C9DB14
Tints of Fuego #C9DB14
RGB
CMYK
RGB Variations
Color information
#C9DB14 (or 0xC9DB14) is known color: Fuego. HEX triplet: C9, DB and 14. RGB value is (201,219,20). Sum of RGB (Red+Green+Blue) = 201+219+20=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 20 (8.20% from 255 or 4.55% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DB14 is #3624EB. Grayscale: #BFBFBF. Windows color (decimal): -3548396 or 1366985. OLE color: 1366985.
HSL color Cylindrical-coordinate representation of color #C9DB14: hue angle of 65.43º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C9DB14 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 20 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.14 |
| HSL | 65.43º | 0.83% | 0.47% | - |
| HSV(B) | 65.43º | 0.91% | 0.86% | - |
| XYZ | 49.55 | 63.13 | 10.24 | - |
| YUV | 190.93 | 31.54 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 20 | 0.08 | 0 | 0.91 | 0.14 | 65.43 | 0.83 | 0.47 |
| Hex | C9 | DB | 14 | 8 | 0 | 5B | E | 41 | 53 | 2F |
| Octal | 311 | 333 | 24 | 10 | 0 | 133 | 16 | 101 | 123 | 57 |
| Binary | 11001001 | 11011011 | 10100 | 1000 | 0 | 1011011 | 1110 | 1000001 | 1010011 | 101111 |
Color Harmonies of #C9DB14
Complementary color
Monochromatic Colors of #C9DB14
Black with #C9DB14
Text Example
Text Example
White with #C9DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB14; }
p { color: rgb(201,219,20); }
H1.HeaderClassName
{
color: #C9DB14;
}
.AnyTagClassName
{
color: #C9DB14;
}
</style>
background-color css
<style>
a { background-color: #C9DB14; }
a { background-color: rgb(201,219,20); }
div.DivClassName
{
background-color: #C9DB14;
}
.BgClassName
{
background-color: #C9DB14;
}
</style>
border-color css
<style>
span { border-color: #C9DB14; }
span { border-color: rgb(201,219,20); }
td.TdClassName
{
border-color: #C9DB14;
}
.TagClassName
{
border-color: #C9DB14;
}
</style>