Shades of Fuego #CCDA24
Tints of Fuego #CCDA24
RGB
CMYK
RGB Variations
Color information
#CCDA24 (or 0xCCDA24) is known color: Fuego. HEX triplet: CC, DA and 24. RGB value is (204,218,36). Sum of RGB (Red+Green+Blue) = 204+218+36=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 36 (14.45% from 255 or 7.86% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA24 is #3325DB. Grayscale: #C1C1C1. Windows color (decimal): -3352028 or 2415308. OLE color: 2415308.
HSL color Cylindrical-coordinate representation of color #CCDA24: hue angle of 64.62º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCDA24 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 36 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.15 |
| HSL | 64.62º | 0.72% | 0.5% | - |
| HSV(B) | 64.62º | 0.83% | 0.85% | - |
| XYZ | 50.29 | 63.11 | 11.2 | - |
| YUV | 193.07 | 39.36 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 36 | 0.06 | 0 | 0.83 | 0.15 | 64.62 | 0.72 | 0.5 |
| Hex | CC | DA | 24 | 6 | 0 | 53 | F | 41 | 48 | 32 |
| Octal | 314 | 332 | 44 | 6 | 0 | 123 | 17 | 101 | 110 | 62 |
| Binary | 11001100 | 11011010 | 100100 | 110 | 0 | 1010011 | 1111 | 1000001 | 1001000 | 110010 |
Color Harmonies of #CCDA24
Complementary color
Monochromatic Colors of #CCDA24
Black with #CCDA24
Text Example
Text Example
White with #CCDA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA24; }
p { color: rgb(204,218,36); }
H1.HeaderClassName
{
color: #CCDA24;
}
.AnyTagClassName
{
color: #CCDA24;
}
</style>
background-color css
<style>
a { background-color: #CCDA24; }
a { background-color: rgb(204,218,36); }
div.DivClassName
{
background-color: #CCDA24;
}
.BgClassName
{
background-color: #CCDA24;
}
</style>
border-color css
<style>
span { border-color: #CCDA24; }
span { border-color: rgb(204,218,36); }
td.TdClassName
{
border-color: #CCDA24;
}
.TagClassName
{
border-color: #CCDA24;
}
</style>