Shades of Fuego #CCD61F
Tints of Fuego #CCD61F
RGB
CMYK
RGB Variations
Color information
#CCD61F (or 0xCCD61F) is known color: Fuego. HEX triplet: CC, D6 and 1F. RGB value is (204,214,31). Sum of RGB (Red+Green+Blue) = 204+214+31=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD61F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD61F is #3329E0. Grayscale: #BEBEBE. Windows color (decimal): -3353057 or 2086604. OLE color: 2086604.
HSL color Cylindrical-coordinate representation of color #CCD61F: hue angle of 63.28º 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 #CCD61F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 31 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.16 |
| HSL | 63.28º | 0.75% | 0.48% | - |
| HSV(B) | 63.28º | 0.86% | 0.84% | - |
| XYZ | 49.2 | 61.03 | 10.48 | - |
| YUV | 190.15 | 38.19 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 31 | 0.05 | 0 | 0.86 | 0.16 | 63.28 | 0.75 | 0.48 |
| Hex | CC | D6 | 1F | 5 | 0 | 56 | 10 | 3F | 4B | 30 |
| Octal | 314 | 326 | 37 | 5 | 0 | 126 | 20 | 77 | 113 | 60 |
| Binary | 11001100 | 11010110 | 11111 | 101 | 0 | 1010110 | 10000 | 111111 | 1001011 | 110000 |
Color Harmonies of #CCD61F
Complementary color
Monochromatic Colors of #CCD61F
Black with #CCD61F
Text Example
Text Example
White with #CCD61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD61F; }
p { color: rgb(204,214,31); }
H1.HeaderClassName
{
color: #CCD61F;
}
.AnyTagClassName
{
color: #CCD61F;
}
</style>
background-color css
<style>
a { background-color: #CCD61F; }
a { background-color: rgb(204,214,31); }
div.DivClassName
{
background-color: #CCD61F;
}
.BgClassName
{
background-color: #CCD61F;
}
</style>
border-color css
<style>
span { border-color: #CCD61F; }
span { border-color: rgb(204,214,31); }
td.TdClassName
{
border-color: #CCD61F;
}
.TagClassName
{
border-color: #CCD61F;
}
</style>