Shades of Fuego #CCDA20
Tints of Fuego #CCDA20
RGB
CMYK
RGB Variations
Color information
#CCDA20 (or 0xCCDA20) is known color: Fuego. HEX triplet: CC, DA and 20. RGB value is (204,218,32). Sum of RGB (Red+Green+Blue) = 204+218+32=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA20 is #3325DF. Grayscale: #C1C1C1. Windows color (decimal): -3352032 or 2153164. OLE color: 2153164.
HSL color Cylindrical-coordinate representation of color #CCDA20: hue angle of 64.52º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCDA20 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 32 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.15 |
| HSL | 64.52º | 0.74% | 0.49% | - |
| HSV(B) | 64.52º | 0.85% | 0.85% | - |
| XYZ | 50.23 | 63.08 | 10.9 | - |
| YUV | 192.61 | 37.36 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 32 | 0.06 | 0 | 0.85 | 0.15 | 64.52 | 0.74 | 0.49 |
| Hex | CC | DA | 20 | 6 | 0 | 55 | F | 41 | 4A | 31 |
| Octal | 314 | 332 | 40 | 6 | 0 | 125 | 17 | 101 | 112 | 61 |
| Binary | 11001100 | 11011010 | 100000 | 110 | 0 | 1010101 | 1111 | 1000001 | 1001010 | 110001 |
Color Harmonies of #CCDA20
Complementary color
Monochromatic Colors of #CCDA20
Black with #CCDA20
Text Example
Text Example
White with #CCDA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA20; }
p { color: rgb(204,218,32); }
H1.HeaderClassName
{
color: #CCDA20;
}
.AnyTagClassName
{
color: #CCDA20;
}
</style>
background-color css
<style>
a { background-color: #CCDA20; }
a { background-color: rgb(204,218,32); }
div.DivClassName
{
background-color: #CCDA20;
}
.BgClassName
{
background-color: #CCDA20;
}
</style>
border-color css
<style>
span { border-color: #CCDA20; }
span { border-color: rgb(204,218,32); }
td.TdClassName
{
border-color: #CCDA20;
}
.TagClassName
{
border-color: #CCDA20;
}
</style>