Shades of Fuego #CCDD18
Tints of Fuego #CCDD18
RGB
CMYK
RGB Variations
Color information
#CCDD18 (or 0xCCDD18) is known color: Fuego. HEX triplet: CC, DD and 18. RGB value is (204,221,24). Sum of RGB (Red+Green+Blue) = 204+221+24=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 24 (9.77% from 255 or 5.35% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD18 is #3322E7. Grayscale: #C2C2C2. Windows color (decimal): -3351272 or 1629644. OLE color: 1629644.
HSL color Cylindrical-coordinate representation of color #CCDD18: hue angle of 65.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCDD18 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 24 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.13 |
| HSL | 65.18º | 0.8% | 0.48% | - |
| HSV(B) | 65.18º | 0.89% | 0.87% | - |
| XYZ | 50.92 | 64.62 | 10.65 | - |
| YUV | 193.46 | 32.37 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 24 | 0.08 | 0 | 0.89 | 0.13 | 65.18 | 0.8 | 0.48 |
| Hex | CC | DD | 18 | 8 | 0 | 59 | D | 41 | 50 | 30 |
| Octal | 314 | 335 | 30 | 10 | 0 | 131 | 15 | 101 | 120 | 60 |
| Binary | 11001100 | 11011101 | 11000 | 1000 | 0 | 1011001 | 1101 | 1000001 | 1010000 | 110000 |
Color Harmonies of #CCDD18
Complementary color
Monochromatic Colors of #CCDD18
Black with #CCDD18
Text Example
Text Example
White with #CCDD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD18; }
p { color: rgb(204,221,24); }
H1.HeaderClassName
{
color: #CCDD18;
}
.AnyTagClassName
{
color: #CCDD18;
}
</style>
background-color css
<style>
a { background-color: #CCDD18; }
a { background-color: rgb(204,221,24); }
div.DivClassName
{
background-color: #CCDD18;
}
.BgClassName
{
background-color: #CCDD18;
}
</style>
border-color css
<style>
span { border-color: #CCDD18; }
span { border-color: rgb(204,221,24); }
td.TdClassName
{
border-color: #CCDD18;
}
.TagClassName
{
border-color: #CCDD18;
}
</style>