Shades of Fuego #CCD91E
Tints of Fuego #CCD91E
RGB
CMYK
RGB Variations
Color information
#CCD91E (or 0xCCD91E) is known color: Fuego. HEX triplet: CC, D9 and 1E. RGB value is (204,217,30). Sum of RGB (Red+Green+Blue) = 204+217+30=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD91E is #3326E1. Grayscale: #C0C0C0. Windows color (decimal): -3352290 or 2021836. OLE color: 2021836.
HSL color Cylindrical-coordinate representation of color #CCD91E: hue angle of 64.17º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCD91E is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 30 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.15 |
| HSL | 64.17º | 0.76% | 0.48% | - |
| HSV(B) | 64.17º | 0.86% | 0.85% | - |
| XYZ | 49.95 | 62.56 | 10.67 | - |
| YUV | 191.8 | 36.69 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 30 | 0.06 | 0 | 0.86 | 0.15 | 64.17 | 0.76 | 0.48 |
| Hex | CC | D9 | 1E | 6 | 0 | 56 | F | 40 | 4C | 30 |
| Octal | 314 | 331 | 36 | 6 | 0 | 126 | 17 | 100 | 114 | 60 |
| Binary | 11001100 | 11011001 | 11110 | 110 | 0 | 1010110 | 1111 | 1000000 | 1001100 | 110000 |
Color Harmonies of #CCD91E
Complementary color
Monochromatic Colors of #CCD91E
Black with #CCD91E
Text Example
Text Example
White with #CCD91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD91E; }
p { color: rgb(204,217,30); }
H1.HeaderClassName
{
color: #CCD91E;
}
.AnyTagClassName
{
color: #CCD91E;
}
</style>
background-color css
<style>
a { background-color: #CCD91E; }
a { background-color: rgb(204,217,30); }
div.DivClassName
{
background-color: #CCD91E;
}
.BgClassName
{
background-color: #CCD91E;
}
</style>
border-color css
<style>
span { border-color: #CCD91E; }
span { border-color: rgb(204,217,30); }
td.TdClassName
{
border-color: #CCD91E;
}
.TagClassName
{
border-color: #CCD91E;
}
</style>