Shades of Fuego #CCD91F
Tints of Fuego #CCD91F
RGB
CMYK
RGB Variations
Color information
#CCD91F (or 0xCCD91F) is known color: Fuego. HEX triplet: CC, D9 and 1F. RGB value is (204,217,31). Sum of RGB (Red+Green+Blue) = 204+217+31=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD91F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD91F is #3326E0. Grayscale: #C0C0C0. Windows color (decimal): -3352289 or 2087372. OLE color: 2087372.
HSL color Cylindrical-coordinate representation of color #CCD91F: hue angle of 64.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCD91F is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 31 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.15 |
| HSL | 64.19º | 0.75% | 0.49% | - |
| HSV(B) | 64.19º | 0.86% | 0.85% | - |
| XYZ | 49.96 | 62.56 | 10.74 | - |
| YUV | 191.91 | 37.19 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 31 | 0.06 | 0 | 0.86 | 0.15 | 64.19 | 0.75 | 0.49 |
| Hex | CC | D9 | 1F | 6 | 0 | 56 | F | 40 | 4B | 31 |
| Octal | 314 | 331 | 37 | 6 | 0 | 126 | 17 | 100 | 113 | 61 |
| Binary | 11001100 | 11011001 | 11111 | 110 | 0 | 1010110 | 1111 | 1000000 | 1001011 | 110001 |
Color Harmonies of #CCD91F
Complementary color
Monochromatic Colors of #CCD91F
Black with #CCD91F
Text Example
Text Example
White with #CCD91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD91F; }
p { color: rgb(204,217,31); }
H1.HeaderClassName
{
color: #CCD91F;
}
.AnyTagClassName
{
color: #CCD91F;
}
</style>
background-color css
<style>
a { background-color: #CCD91F; }
a { background-color: rgb(204,217,31); }
div.DivClassName
{
background-color: #CCD91F;
}
.BgClassName
{
background-color: #CCD91F;
}
</style>
border-color css
<style>
span { border-color: #CCD91F; }
span { border-color: rgb(204,217,31); }
td.TdClassName
{
border-color: #CCD91F;
}
.TagClassName
{
border-color: #CCD91F;
}
</style>