Shades of Fuego #CCD724
Tints of Fuego #CCD724
RGB
CMYK
RGB Variations
Color information
#CCD724 (or 0xCCD724) is known color: Fuego. HEX triplet: CC, D7 and 24. RGB value is (204,215,36). Sum of RGB (Red+Green+Blue) = 204+215+36=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 215 (84.38% from 255 or 47.25% from 455); Blue value is 36 (14.45% from 255 or 7.91% from 455); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD724 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD724 is #3328DB. Grayscale: #C0C0C0. Windows color (decimal): -3352796 or 2414540. OLE color: 2414540.
HSL color Cylindrical-coordinate representation of color #CCD724: hue angle of 63.69º 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 #CCD724 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 215 | 36 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.16 |
| HSL | 63.69º | 0.71% | 0.49% | - |
| HSV(B) | 63.69º | 0.83% | 0.84% | - |
| XYZ | 49.52 | 61.57 | 10.94 | - |
| YUV | 191.31 | 40.36 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 215 | 36 | 0.05 | 0 | 0.83 | 0.16 | 63.69 | 0.71 | 0.49 |
| Hex | CC | D7 | 24 | 5 | 0 | 53 | 10 | 40 | 47 | 31 |
| Octal | 314 | 327 | 44 | 5 | 0 | 123 | 20 | 100 | 107 | 61 |
| Binary | 11001100 | 11010111 | 100100 | 101 | 0 | 1010011 | 10000 | 1000000 | 1000111 | 110001 |
Color Harmonies of #CCD724
Complementary color
Monochromatic Colors of #CCD724
Black with #CCD724
Text Example
Text Example
White with #CCD724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD724; }
p { color: rgb(204,215,36); }
H1.HeaderClassName
{
color: #CCD724;
}
.AnyTagClassName
{
color: #CCD724;
}
</style>
background-color css
<style>
a { background-color: #CCD724; }
a { background-color: rgb(204,215,36); }
div.DivClassName
{
background-color: #CCD724;
}
.BgClassName
{
background-color: #CCD724;
}
</style>
border-color css
<style>
span { border-color: #CCD724; }
span { border-color: rgb(204,215,36); }
td.TdClassName
{
border-color: #CCD724;
}
.TagClassName
{
border-color: #CCD724;
}
</style>