Shades of Fuego #C7DB1B
Tints of Fuego #C7DB1B
RGB
CMYK
RGB Variations
Color information
#C7DB1B (or 0xC7DB1B) is known color: Fuego. HEX triplet: C7, DB and 1B. RGB value is (199,219,27). Sum of RGB (Red+Green+Blue) = 199+219+27=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #C7DB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DB1B is #3824E4. Grayscale: #BFBFBF. Windows color (decimal): -3679461 or 1825735. OLE color: 1825735.
HSL color Cylindrical-coordinate representation of color #C7DB1B: hue angle of 66.25º degrees, saturation: 0.78, 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 #C7DB1B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 219 | 27 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.14 |
| HSL | 66.25º | 0.78% | 0.48% | - |
| HSV(B) | 66.25º | 0.88% | 0.86% | - |
| XYZ | 49.08 | 62.88 | 10.59 | - |
| YUV | 191.13 | 35.37 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 219 | 27 | 0.09 | 0 | 0.88 | 0.14 | 66.25 | 0.78 | 0.48 |
| Hex | C7 | DB | 1B | 9 | 0 | 58 | E | 42 | 4E | 30 |
| Octal | 307 | 333 | 33 | 11 | 0 | 130 | 16 | 102 | 116 | 60 |
| Binary | 11000111 | 11011011 | 11011 | 1001 | 0 | 1011000 | 1110 | 1000010 | 1001110 | 110000 |
Color Harmonies of #C7DB1B
Complementary color
Monochromatic Colors of #C7DB1B
Black with #C7DB1B
Text Example
Text Example
White with #C7DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DB1B; }
p { color: rgb(199,219,27); }
H1.HeaderClassName
{
color: #C7DB1B;
}
.AnyTagClassName
{
color: #C7DB1B;
}
</style>
background-color css
<style>
a { background-color: #C7DB1B; }
a { background-color: rgb(199,219,27); }
div.DivClassName
{
background-color: #C7DB1B;
}
.BgClassName
{
background-color: #C7DB1B;
}
</style>
border-color css
<style>
span { border-color: #C7DB1B; }
span { border-color: rgb(199,219,27); }
td.TdClassName
{
border-color: #C7DB1B;
}
.TagClassName
{
border-color: #C7DB1B;
}
</style>