Shades of Fuego #C7DB1A
Tints of Fuego #C7DB1A
RGB
CMYK
RGB Variations
Color information
#C7DB1A (or 0xC7DB1A) is known color: Fuego. HEX triplet: C7, DB and 1A. RGB value is (199,219,26). Sum of RGB (Red+Green+Blue) = 199+219+26=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 219 (85.94% from 255 or 49.32% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DB1A is #3824E5. Grayscale: #BFBFBF. Windows color (decimal): -3679462 or 1760199. OLE color: 1760199.
HSL color Cylindrical-coordinate representation of color #C7DB1A: hue angle of 66.22º 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 #C7DB1A is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 26 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.14 |
| HSL | 66.22º | 0.79% | 0.48% | - |
| HSV(B) | 66.22º | 0.88% | 0.86% | - |
| XYZ | 49.07 | 62.88 | 10.53 | - |
| YUV | 191.02 | 34.87 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 26 | 0.09 | 0 | 0.88 | 0.14 | 66.22 | 0.79 | 0.48 |
| Hex | C7 | DB | 1A | 9 | 0 | 58 | E | 42 | 4F | 30 |
| Octal | 307 | 333 | 32 | 11 | 0 | 130 | 16 | 102 | 117 | 60 |
| Binary | 11000111 | 11011011 | 11010 | 1001 | 0 | 1011000 | 1110 | 1000010 | 1001111 | 110000 |
Color Harmonies of #C7DB1A
Complementary color
Monochromatic Colors of #C7DB1A
Black with #C7DB1A
Text Example
Text Example
White with #C7DB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB1A; }
p { color: rgb(199,219,26); }
H1.HeaderClassName
{
color: #C7DB1A;
}
.AnyTagClassName
{
color: #C7DB1A;
}
</style>
background-color css
<style>
a { background-color: #C7DB1A; }
a { background-color: rgb(199,219,26); }
div.DivClassName
{
background-color: #C7DB1A;
}
.BgClassName
{
background-color: #C7DB1A;
}
</style>
border-color css
<style>
span { border-color: #C7DB1A; }
span { border-color: rgb(199,219,26); }
td.TdClassName
{
border-color: #C7DB1A;
}
.TagClassName
{
border-color: #C7DB1A;
}
</style>