Shades of Fuego #CCD620
Tints of Fuego #CCD620
RGB
CMYK
RGB Variations
Color information
#CCD620 (or 0xCCD620) is known color: Fuego. HEX triplet: CC, D6 and 20. RGB value is (204,214,32). Sum of RGB (Red+Green+Blue) = 204+214+32=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 32 (12.89% from 255 or 7.11% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD620 is #3329DF. Grayscale: #BEBEBE. Windows color (decimal): -3353056 or 2152140. OLE color: 2152140.
HSL color Cylindrical-coordinate representation of color #CCD620: hue angle of 63.3º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCD620 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 32 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.16 |
| HSL | 63.3º | 0.74% | 0.48% | - |
| HSV(B) | 63.3º | 0.85% | 0.84% | - |
| XYZ | 49.21 | 61.03 | 10.55 | - |
| YUV | 190.26 | 38.69 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 32 | 0.05 | 0 | 0.85 | 0.16 | 63.3 | 0.74 | 0.48 |
| Hex | CC | D6 | 20 | 5 | 0 | 55 | 10 | 3F | 4A | 30 |
| Octal | 314 | 326 | 40 | 5 | 0 | 125 | 20 | 77 | 112 | 60 |
| Binary | 11001100 | 11010110 | 100000 | 101 | 0 | 1010101 | 10000 | 111111 | 1001010 | 110000 |
Color Harmonies of #CCD620
Complementary color
Monochromatic Colors of #CCD620
Black with #CCD620
Text Example
Text Example
White with #CCD620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD620; }
p { color: rgb(204,214,32); }
H1.HeaderClassName
{
color: #CCD620;
}
.AnyTagClassName
{
color: #CCD620;
}
</style>
background-color css
<style>
a { background-color: #CCD620; }
a { background-color: rgb(204,214,32); }
div.DivClassName
{
background-color: #CCD620;
}
.BgClassName
{
background-color: #CCD620;
}
</style>
border-color css
<style>
span { border-color: #CCD620; }
span { border-color: rgb(204,214,32); }
td.TdClassName
{
border-color: #CCD620;
}
.TagClassName
{
border-color: #CCD620;
}
</style>