Shades of Fuego #CCD71F
Tints of Fuego #CCD71F
RGB
CMYK
RGB Variations
Color information
#CCD71F (or 0xCCD71F) is known color: Fuego. HEX triplet: CC, D7 and 1F. RGB value is (204,215,31). Sum of RGB (Red+Green+Blue) = 204+215+31=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD71F is #3328E0. Grayscale: #BFBFBF. Windows color (decimal): -3352801 or 2086860. OLE color: 2086860.
HSL color Cylindrical-coordinate representation of color #CCD71F: hue angle of 63.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCD71F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 31 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.16 |
| HSL | 63.59º | 0.75% | 0.48% | - |
| HSV(B) | 63.59º | 0.86% | 0.84% | - |
| XYZ | 49.45 | 61.54 | 10.57 | - |
| YUV | 190.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 31 | 0.05 | 0 | 0.86 | 0.16 | 63.59 | 0.75 | 0.48 |
| Hex | CC | D7 | 1F | 5 | 0 | 56 | 10 | 40 | 4B | 30 |
| Octal | 314 | 327 | 37 | 5 | 0 | 126 | 20 | 100 | 113 | 60 |
| Binary | 11001100 | 11010111 | 11111 | 101 | 0 | 1010110 | 10000 | 1000000 | 1001011 | 110000 |
Color Harmonies of #CCD71F
Complementary color
Monochromatic Colors of #CCD71F
Black with #CCD71F
Text Example
Text Example
White with #CCD71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD71F; }
p { color: rgb(204,215,31); }
H1.HeaderClassName
{
color: #CCD71F;
}
.AnyTagClassName
{
color: #CCD71F;
}
</style>
background-color css
<style>
a { background-color: #CCD71F; }
a { background-color: rgb(204,215,31); }
div.DivClassName
{
background-color: #CCD71F;
}
.BgClassName
{
background-color: #CCD71F;
}
</style>
border-color css
<style>
span { border-color: #CCD71F; }
span { border-color: rgb(204,215,31); }
td.TdClassName
{
border-color: #CCD71F;
}
.TagClassName
{
border-color: #CCD71F;
}
</style>