Shades of Fuego #CCDA18
Tints of Fuego #CCDA18
RGB
CMYK
RGB Variations
Color information
#CCDA18 (or 0xCCDA18) is known color: Fuego. HEX triplet: CC, DA and 18. RGB value is (204,218,24). Sum of RGB (Red+Green+Blue) = 204+218+24=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 24 (9.77% from 255 or 5.38% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDA18 is #3325E7. Grayscale: #C0C0C0. Windows color (decimal): -3352040 or 1628876. OLE color: 1628876.
HSL color Cylindrical-coordinate representation of color #CCDA18: hue angle of 64.33º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCDA18 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 24 | - |
| CMYK | 0.06 | 0 | 0.89 | 0.15 |
| HSL | 64.33º | 0.8% | 0.47% | - |
| HSV(B) | 64.33º | 0.89% | 0.85% | - |
| XYZ | 50.14 | 63.05 | 10.39 | - |
| YUV | 191.7 | 33.36 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 24 | 0.06 | 0 | 0.89 | 0.15 | 64.33 | 0.8 | 0.47 |
| Hex | CC | DA | 18 | 6 | 0 | 59 | F | 40 | 50 | 2F |
| Octal | 314 | 332 | 30 | 6 | 0 | 131 | 17 | 100 | 120 | 57 |
| Binary | 11001100 | 11011010 | 11000 | 110 | 0 | 1011001 | 1111 | 1000000 | 1010000 | 101111 |
Color Harmonies of #CCDA18
Complementary color
Monochromatic Colors of #CCDA18
Black with #CCDA18
Text Example
Text Example
White with #CCDA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA18; }
p { color: rgb(204,218,24); }
H1.HeaderClassName
{
color: #CCDA18;
}
.AnyTagClassName
{
color: #CCDA18;
}
</style>
background-color css
<style>
a { background-color: #CCDA18; }
a { background-color: rgb(204,218,24); }
div.DivClassName
{
background-color: #CCDA18;
}
.BgClassName
{
background-color: #CCDA18;
}
</style>
border-color css
<style>
span { border-color: #CCDA18; }
span { border-color: rgb(204,218,24); }
td.TdClassName
{
border-color: #CCDA18;
}
.TagClassName
{
border-color: #CCDA18;
}
</style>