Shades of Fuego #C8DB1A
Tints of Fuego #C8DB1A
RGB
CMYK
RGB Variations
Color information
#C8DB1A (or 0xC8DB1A) is known color: Fuego. HEX triplet: C8, DB and 1A. RGB value is (200,219,26). Sum of RGB (Red+Green+Blue) = 200+219+26=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 26 (10.55% from 255 or 5.84% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8DB1A is #3724E5. Grayscale: #C0C0C0. Windows color (decimal): -3613926 or 1760200. OLE color: 1760200.
HSL color Cylindrical-coordinate representation of color #C8DB1A: hue angle of 65.91º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8DB1A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 219 | 26 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.14 |
| HSL | 65.91º | 0.79% | 0.48% | - |
| HSV(B) | 65.91º | 0.88% | 0.86% | - |
| XYZ | 49.34 | 63.02 | 10.54 | - |
| YUV | 191.32 | 34.71 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 219 | 26 | 0.09 | 0 | 0.88 | 0.14 | 65.91 | 0.79 | 0.48 |
| Hex | C8 | DB | 1A | 9 | 0 | 58 | E | 42 | 4F | 30 |
| Octal | 310 | 333 | 32 | 11 | 0 | 130 | 16 | 102 | 117 | 60 |
| Binary | 11001000 | 11011011 | 11010 | 1001 | 0 | 1011000 | 1110 | 1000010 | 1001111 | 110000 |
Color Harmonies of #C8DB1A
Complementary color
Monochromatic Colors of #C8DB1A
Black with #C8DB1A
Text Example
Text Example
White with #C8DB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DB1A; }
p { color: rgb(200,219,26); }
H1.HeaderClassName
{
color: #C8DB1A;
}
.AnyTagClassName
{
color: #C8DB1A;
}
</style>
background-color css
<style>
a { background-color: #C8DB1A; }
a { background-color: rgb(200,219,26); }
div.DivClassName
{
background-color: #C8DB1A;
}
.BgClassName
{
background-color: #C8DB1A;
}
</style>
border-color css
<style>
span { border-color: #C8DB1A; }
span { border-color: rgb(200,219,26); }
td.TdClassName
{
border-color: #C8DB1A;
}
.TagClassName
{
border-color: #C8DB1A;
}
</style>