Shades of Fuego #C8DB14
Tints of Fuego #C8DB14
RGB
CMYK
RGB Variations
Color information
#C8DB14 (or 0xC8DB14) is known color: Fuego. HEX triplet: C8, DB and 14. RGB value is (200,219,20). Sum of RGB (Red+Green+Blue) = 200+219+20=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 20 (8.20% from 255 or 4.56% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8DB14 is #3724EB. Grayscale: #BFBFBF. Windows color (decimal): -3613932 or 1366984. OLE color: 1366984.
HSL color Cylindrical-coordinate representation of color #C8DB14: hue angle of 65.73º 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 #C8DB14 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 20 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.14 |
| HSL | 65.73º | 0.83% | 0.47% | - |
| HSV(B) | 65.73º | 0.91% | 0.86% | - |
| XYZ | 49.28 | 62.99 | 10.22 | - |
| YUV | 190.63 | 31.71 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 20 | 0.09 | 0 | 0.91 | 0.14 | 65.73 | 0.83 | 0.47 |
| Hex | C8 | DB | 14 | 9 | 0 | 5B | E | 42 | 53 | 2F |
| Octal | 310 | 333 | 24 | 11 | 0 | 133 | 16 | 102 | 123 | 57 |
| Binary | 11001000 | 11011011 | 10100 | 1001 | 0 | 1011011 | 1110 | 1000010 | 1010011 | 101111 |
Color Harmonies of #C8DB14
Complementary color
Monochromatic Colors of #C8DB14
Black with #C8DB14
Text Example
Text Example
White with #C8DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB14; }
p { color: rgb(200,219,20); }
H1.HeaderClassName
{
color: #C8DB14;
}
.AnyTagClassName
{
color: #C8DB14;
}
</style>
background-color css
<style>
a { background-color: #C8DB14; }
a { background-color: rgb(200,219,20); }
div.DivClassName
{
background-color: #C8DB14;
}
.BgClassName
{
background-color: #C8DB14;
}
</style>
border-color css
<style>
span { border-color: #C8DB14; }
span { border-color: rgb(200,219,20); }
td.TdClassName
{
border-color: #C8DB14;
}
.TagClassName
{
border-color: #C8DB14;
}
</style>