Shades of Fuego #CCDC19
Tints of Fuego #CCDC19
RGB
CMYK
RGB Variations
Color information
#CCDC19 (or 0xCCDC19) is known color: Fuego. HEX triplet: CC, DC and 19. RGB value is (204,220,25). Sum of RGB (Red+Green+Blue) = 204+220+25=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDC19 is #3323E6. Grayscale: #C1C1C1. Windows color (decimal): -3351527 or 1694924. OLE color: 1694924.
HSL color Cylindrical-coordinate representation of color #CCDC19: hue angle of 64.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCDC19 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 25 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.14 |
| HSL | 64.92º | 0.8% | 0.48% | - |
| HSV(B) | 64.92º | 0.89% | 0.86% | - |
| XYZ | 50.67 | 64.09 | 10.62 | - |
| YUV | 192.99 | 33.2 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 25 | 0.07 | 0 | 0.89 | 0.14 | 64.92 | 0.8 | 0.48 |
| Hex | CC | DC | 19 | 7 | 0 | 59 | E | 41 | 50 | 30 |
| Octal | 314 | 334 | 31 | 7 | 0 | 131 | 16 | 101 | 120 | 60 |
| Binary | 11001100 | 11011100 | 11001 | 111 | 0 | 1011001 | 1110 | 1000001 | 1010000 | 110000 |
Color Harmonies of #CCDC19
Complementary color
Monochromatic Colors of #CCDC19
Black with #CCDC19
Text Example
Text Example
White with #CCDC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC19; }
p { color: rgb(204,220,25); }
H1.HeaderClassName
{
color: #CCDC19;
}
.AnyTagClassName
{
color: #CCDC19;
}
</style>
background-color css
<style>
a { background-color: #CCDC19; }
a { background-color: rgb(204,220,25); }
div.DivClassName
{
background-color: #CCDC19;
}
.BgClassName
{
background-color: #CCDC19;
}
</style>
border-color css
<style>
span { border-color: #CCDC19; }
span { border-color: rgb(204,220,25); }
td.TdClassName
{
border-color: #CCDC19;
}
.TagClassName
{
border-color: #CCDC19;
}
</style>