Shades of Fuego #C7DC20
Tints of Fuego #C7DC20
RGB
CMYK
RGB Variations
Color information
#C7DC20 (or 0xC7DC20) is known color: Fuego. HEX triplet: C7, DC and 20. RGB value is (199,220,32). Sum of RGB (Red+Green+Blue) = 199+220+32=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 32 (12.89% from 255 or 7.10% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DC20 is #3823DF. Grayscale: #C1C1C1. Windows color (decimal): -3679200 or 2153671. OLE color: 2153671.
HSL color Cylindrical-coordinate representation of color #C7DC20: hue angle of 66.7º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7DC20 is Cyan = 0.10, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 32 | - |
| CMYK | 0.10 | 0 | 0.85 | 0.14 |
| HSL | 66.7º | 0.75% | 0.49% | - |
| HSV(B) | 66.7º | 0.85% | 0.86% | - |
| XYZ | 49.41 | 63.43 | 11.01 | - |
| YUV | 192.29 | 37.54 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 32 | 0.10 | 0 | 0.85 | 0.14 | 66.7 | 0.75 | 0.49 |
| Hex | C7 | DC | 20 | A | 0 | 55 | E | 43 | 4B | 31 |
| Octal | 307 | 334 | 40 | 12 | 0 | 125 | 16 | 103 | 113 | 61 |
| Binary | 11000111 | 11011100 | 100000 | 1010 | 0 | 1010101 | 1110 | 1000011 | 1001011 | 110001 |
Color Harmonies of #C7DC20
Complementary color
Monochromatic Colors of #C7DC20
Black with #C7DC20
Text Example
Text Example
White with #C7DC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC20; }
p { color: rgb(199,220,32); }
H1.HeaderClassName
{
color: #C7DC20;
}
.AnyTagClassName
{
color: #C7DC20;
}
</style>
background-color css
<style>
a { background-color: #C7DC20; }
a { background-color: rgb(199,220,32); }
div.DivClassName
{
background-color: #C7DC20;
}
.BgClassName
{
background-color: #C7DC20;
}
</style>
border-color css
<style>
span { border-color: #C7DC20; }
span { border-color: rgb(199,220,32); }
td.TdClassName
{
border-color: #C7DC20;
}
.TagClassName
{
border-color: #C7DC20;
}
</style>