Shades of Fuego #CCDC20
Tints of Fuego #CCDC20
RGB
CMYK
RGB Variations
Color information
#CCDC20 (or 0xCCDC20) is known color: Fuego. HEX triplet: CC, DC and 20. RGB value is (204,220,32). Sum of RGB (Red+Green+Blue) = 204+220+32=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC20 is #3323DF. Grayscale: #C2C2C2. Windows color (decimal): -3351520 or 2153676. OLE color: 2153676.
HSL color Cylindrical-coordinate representation of color #CCDC20: hue angle of 65.11º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCDC20 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 32 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.14 |
| HSL | 65.11º | 0.75% | 0.49% | - |
| HSV(B) | 65.11º | 0.85% | 0.86% | - |
| XYZ | 50.76 | 64.13 | 11.07 | - |
| YUV | 193.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 32 | 0.07 | 0 | 0.85 | 0.14 | 65.11 | 0.75 | 0.49 |
| Hex | CC | DC | 20 | 7 | 0 | 55 | E | 41 | 4B | 31 |
| Octal | 314 | 334 | 40 | 7 | 0 | 125 | 16 | 101 | 113 | 61 |
| Binary | 11001100 | 11011100 | 100000 | 111 | 0 | 1010101 | 1110 | 1000001 | 1001011 | 110001 |
Color Harmonies of #CCDC20
Complementary color
Monochromatic Colors of #CCDC20
Black with #CCDC20
Text Example
Text Example
White with #CCDC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC20; }
p { color: rgb(204,220,32); }
H1.HeaderClassName
{
color: #CCDC20;
}
.AnyTagClassName
{
color: #CCDC20;
}
</style>
background-color css
<style>
a { background-color: #CCDC20; }
a { background-color: rgb(204,220,32); }
div.DivClassName
{
background-color: #CCDC20;
}
.BgClassName
{
background-color: #CCDC20;
}
</style>
border-color css
<style>
span { border-color: #CCDC20; }
span { border-color: rgb(204,220,32); }
td.TdClassName
{
border-color: #CCDC20;
}
.TagClassName
{
border-color: #CCDC20;
}
</style>