Shades of Fuego #CCDC1E
Tints of Fuego #CCDC1E
RGB
CMYK
RGB Variations
Color information
#CCDC1E (or 0xCCDC1E) is known color: Fuego. HEX triplet: CC, DC and 1E. RGB value is (204,220,30). Sum of RGB (Red+Green+Blue) = 204+220+30=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 30 (12.11% from 255 or 6.61% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC1E is #3323E1. Grayscale: #C2C2C2. Windows color (decimal): -3351522 or 2022604. OLE color: 2022604.
HSL color Cylindrical-coordinate representation of color #CCDC1E: hue angle of 65.05º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCDC1E is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 30 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.14 |
| HSL | 65.05º | 0.76% | 0.49% | - |
| HSV(B) | 65.05º | 0.86% | 0.86% | - |
| XYZ | 50.73 | 64.12 | 10.93 | - |
| YUV | 193.56 | 35.7 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 30 | 0.07 | 0 | 0.86 | 0.14 | 65.05 | 0.76 | 0.49 |
| Hex | CC | DC | 1E | 7 | 0 | 56 | E | 41 | 4C | 31 |
| Octal | 314 | 334 | 36 | 7 | 0 | 126 | 16 | 101 | 114 | 61 |
| Binary | 11001100 | 11011100 | 11110 | 111 | 0 | 1010110 | 1110 | 1000001 | 1001100 | 110001 |
Color Harmonies of #CCDC1E
Complementary color
Monochromatic Colors of #CCDC1E
Black with #CCDC1E
Text Example
Text Example
White with #CCDC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC1E; }
p { color: rgb(204,220,30); }
H1.HeaderClassName
{
color: #CCDC1E;
}
.AnyTagClassName
{
color: #CCDC1E;
}
</style>
background-color css
<style>
a { background-color: #CCDC1E; }
a { background-color: rgb(204,220,30); }
div.DivClassName
{
background-color: #CCDC1E;
}
.BgClassName
{
background-color: #CCDC1E;
}
</style>
border-color css
<style>
span { border-color: #CCDC1E; }
span { border-color: rgb(204,220,30); }
td.TdClassName
{
border-color: #CCDC1E;
}
.TagClassName
{
border-color: #CCDC1E;
}
</style>