Shades of Fuego #C7DC29
Tints of Fuego #C7DC29
RGB
CMYK
RGB Variations
Color information
#C7DC29 (or 0xC7DC29) is known color: Fuego. HEX triplet: C7, DC and 29. RGB value is (199,220,41). Sum of RGB (Red+Green+Blue) = 199+220+41=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 41 (16.41% from 255 or 8.91% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7DC29 is #3823D6. Grayscale: #C2C2C2. Windows color (decimal): -3679191 or 2743495. OLE color: 2743495.
HSL color Cylindrical-coordinate representation of color #C7DC29: hue angle of 67.04º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C7DC29 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 41 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.14 |
| HSL | 67.04º | 0.72% | 0.51% | - |
| HSV(B) | 67.04º | 0.81% | 0.86% | - |
| XYZ | 49.55 | 63.49 | 11.74 | - |
| YUV | 193.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 41 | 0.10 | 0 | 0.81 | 0.14 | 67.04 | 0.72 | 0.51 |
| Hex | C7 | DC | 29 | A | 0 | 51 | E | 43 | 48 | 33 |
| Octal | 307 | 334 | 51 | 12 | 0 | 121 | 16 | 103 | 110 | 63 |
| Binary | 11000111 | 11011100 | 101001 | 1010 | 0 | 1010001 | 1110 | 1000011 | 1001000 | 110011 |
Color Harmonies of #C7DC29
Complementary color
Monochromatic Colors of #C7DC29
Black with #C7DC29
Text Example
Text Example
White with #C7DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DC29; }
p { color: rgb(199,220,41); }
H1.HeaderClassName
{
color: #C7DC29;
}
.AnyTagClassName
{
color: #C7DC29;
}
</style>
background-color css
<style>
a { background-color: #C7DC29; }
a { background-color: rgb(199,220,41); }
div.DivClassName
{
background-color: #C7DC29;
}
.BgClassName
{
background-color: #C7DC29;
}
</style>
border-color css
<style>
span { border-color: #C7DC29; }
span { border-color: rgb(199,220,41); }
td.TdClassName
{
border-color: #C7DC29;
}
.TagClassName
{
border-color: #C7DC29;
}
</style>