Shades of Fuego #CCDE14
Tints of Fuego #CCDE14
RGB
CMYK
RGB Variations
Color information
#CCDE14 (or 0xCCDE14) is known color: Fuego. HEX triplet: CC, DE and 14. RGB value is (204,222,20). Sum of RGB (Red+Green+Blue) = 204+222+20=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 20 (8.20% from 255 or 4.48% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDE14 is #3321EB. Grayscale: #C2C2C2. Windows color (decimal): -3351020 or 1367756. OLE color: 1367756.
HSL color Cylindrical-coordinate representation of color #CCDE14: hue angle of 65.35º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCDE14 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 20 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.13 |
| HSL | 65.35º | 0.83% | 0.47% | - |
| HSV(B) | 65.35º | 0.91% | 0.87% | - |
| XYZ | 51.15 | 65.13 | 10.54 | - |
| YUV | 193.59 | 30.04 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 20 | 0.08 | 0 | 0.91 | 0.13 | 65.35 | 0.83 | 0.47 |
| Hex | CC | DE | 14 | 8 | 0 | 5B | D | 41 | 53 | 2F |
| Octal | 314 | 336 | 24 | 10 | 0 | 133 | 15 | 101 | 123 | 57 |
| Binary | 11001100 | 11011110 | 10100 | 1000 | 0 | 1011011 | 1101 | 1000001 | 1010011 | 101111 |
Color Harmonies of #CCDE14
Complementary color
Monochromatic Colors of #CCDE14
Black with #CCDE14
Text Example
Text Example
White with #CCDE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDE14; }
p { color: rgb(204,222,20); }
H1.HeaderClassName
{
color: #CCDE14;
}
.AnyTagClassName
{
color: #CCDE14;
}
</style>
background-color css
<style>
a { background-color: #CCDE14; }
a { background-color: rgb(204,222,20); }
div.DivClassName
{
background-color: #CCDE14;
}
.BgClassName
{
background-color: #CCDE14;
}
</style>
border-color css
<style>
span { border-color: #CCDE14; }
span { border-color: rgb(204,222,20); }
td.TdClassName
{
border-color: #CCDE14;
}
.TagClassName
{
border-color: #CCDE14;
}
</style>