Shades of Fuego #CCD524
Tints of Fuego #CCD524
RGB
CMYK
RGB Variations
Color information
#CCD524 (or 0xCCD524) is known color: Fuego. HEX triplet: CC, D5 and 24. RGB value is (204,213,36). Sum of RGB (Red+Green+Blue) = 204+213+36=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 213 (83.59% from 255 or 47.02% from 453); Blue value is 36 (14.45% from 255 or 7.95% from 453); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD524 is #332ADB. Grayscale: #BEBEBE. Windows color (decimal): -3353308 or 2414028. OLE color: 2414028.
HSL color Cylindrical-coordinate representation of color #CCD524: hue angle of 63.05º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCD524 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 36 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.16 |
| HSL | 63.05º | 0.71% | 0.49% | - |
| HSV(B) | 63.05º | 0.83% | 0.84% | - |
| XYZ | 49.01 | 60.55 | 10.77 | - |
| YUV | 190.13 | 41.02 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 36 | 0.04 | 0 | 0.83 | 0.16 | 63.05 | 0.71 | 0.49 |
| Hex | CC | D5 | 24 | 4 | 0 | 53 | 10 | 3F | 47 | 31 |
| Octal | 314 | 325 | 44 | 4 | 0 | 123 | 20 | 77 | 107 | 61 |
| Binary | 11001100 | 11010101 | 100100 | 100 | 0 | 1010011 | 10000 | 111111 | 1000111 | 110001 |
Color Harmonies of #CCD524
Complementary color
Monochromatic Colors of #CCD524
Black with #CCD524
Text Example
Text Example
White with #CCD524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD524; }
p { color: rgb(204,213,36); }
H1.HeaderClassName
{
color: #CCD524;
}
.AnyTagClassName
{
color: #CCD524;
}
</style>
background-color css
<style>
a { background-color: #CCD524; }
a { background-color: rgb(204,213,36); }
div.DivClassName
{
background-color: #CCD524;
}
.BgClassName
{
background-color: #CCD524;
}
</style>
border-color css
<style>
span { border-color: #CCD524; }
span { border-color: rgb(204,213,36); }
td.TdClassName
{
border-color: #CCD524;
}
.TagClassName
{
border-color: #CCD524;
}
</style>