Shades of Fuego #CCD423
Tints of Fuego #CCD423
RGB
CMYK
RGB Variations
Color information
#CCD423 (or 0xCCD423) is known color: Fuego. HEX triplet: CC, D4 and 23. RGB value is (204,212,35). Sum of RGB (Red+Green+Blue) = 204+212+35=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD423 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD423 is #332BDC. Grayscale: #BEBEBE. Windows color (decimal): -3353565 or 2348236. OLE color: 2348236.
HSL color Cylindrical-coordinate representation of color #CCD423: hue angle of 62.71º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCD423 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 35 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.17 |
| HSL | 62.71º | 0.72% | 0.48% | - |
| HSV(B) | 62.71º | 0.83% | 0.83% | - |
| XYZ | 48.75 | 60.05 | 10.61 | - |
| YUV | 189.43 | 40.85 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 35 | 0.04 | 0 | 0.83 | 0.17 | 62.71 | 0.72 | 0.48 |
| Hex | CC | D4 | 23 | 4 | 0 | 53 | 11 | 3F | 48 | 30 |
| Octal | 314 | 324 | 43 | 4 | 0 | 123 | 21 | 77 | 110 | 60 |
| Binary | 11001100 | 11010100 | 100011 | 100 | 0 | 1010011 | 10001 | 111111 | 1001000 | 110000 |
Color Harmonies of #CCD423
Complementary color
Monochromatic Colors of #CCD423
Black with #CCD423
Text Example
Text Example
White with #CCD423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD423; }
p { color: rgb(204,212,35); }
H1.HeaderClassName
{
color: #CCD423;
}
.AnyTagClassName
{
color: #CCD423;
}
</style>
background-color css
<style>
a { background-color: #CCD423; }
a { background-color: rgb(204,212,35); }
div.DivClassName
{
background-color: #CCD423;
}
.BgClassName
{
background-color: #CCD423;
}
</style>
border-color css
<style>
span { border-color: #CCD423; }
span { border-color: rgb(204,212,35); }
td.TdClassName
{
border-color: #CCD423;
}
.TagClassName
{
border-color: #CCD423;
}
</style>