Shades of Fuego #CCDF13
Tints of Fuego #CCDF13
RGB
CMYK
RGB Variations
Color information
#CCDF13 (or 0xCCDF13) is known color: Fuego. HEX triplet: CC, DF and 13. RGB value is (204,223,19). Sum of RGB (Red+Green+Blue) = 204+223+19=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF13 is #3320EC. Grayscale: #C2C2C2. Windows color (decimal): -3350765 or 1302476. OLE color: 1302476.
HSL color Cylindrical-coordinate representation of color #CCDF13: hue angle of 65.59º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCDF13 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 19 | - |
| CMYK | 0.09 | 0 | 0.91 | 0.13 |
| HSL | 65.59º | 0.84% | 0.47% | - |
| HSV(B) | 65.59º | 0.91% | 0.87% | - |
| XYZ | 51.41 | 65.66 | 10.58 | - |
| YUV | 194.06 | 29.21 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 19 | 0.09 | 0 | 0.91 | 0.13 | 65.59 | 0.84 | 0.47 |
| Hex | CC | DF | 13 | 9 | 0 | 5B | D | 42 | 54 | 2F |
| Octal | 314 | 337 | 23 | 11 | 0 | 133 | 15 | 102 | 124 | 57 |
| Binary | 11001100 | 11011111 | 10011 | 1001 | 0 | 1011011 | 1101 | 1000010 | 1010100 | 101111 |
Color Harmonies of #CCDF13
Complementary color
Monochromatic Colors of #CCDF13
Black with #CCDF13
Text Example
Text Example
White with #CCDF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF13; }
p { color: rgb(204,223,19); }
H1.HeaderClassName
{
color: #CCDF13;
}
.AnyTagClassName
{
color: #CCDF13;
}
</style>
background-color css
<style>
a { background-color: #CCDF13; }
a { background-color: rgb(204,223,19); }
div.DivClassName
{
background-color: #CCDF13;
}
.BgClassName
{
background-color: #CCDF13;
}
</style>
border-color css
<style>
span { border-color: #CCDF13; }
span { border-color: rgb(204,223,19); }
td.TdClassName
{
border-color: #CCDF13;
}
.TagClassName
{
border-color: #CCDF13;
}
</style>