Shades of Fuego #CCDD17
Tints of Fuego #CCDD17
RGB
CMYK
RGB Variations
Color information
#CCDD17 (or 0xCCDD17) is known color: Fuego. HEX triplet: CC, DD and 17. RGB value is (204,221,23). Sum of RGB (Red+Green+Blue) = 204+221+23=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 23 (9.38% from 255 or 5.13% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDD17 is #3322E8. Grayscale: #C2C2C2. Windows color (decimal): -3351273 or 1564108. OLE color: 1564108.
HSL color Cylindrical-coordinate representation of color #CCDD17: hue angle of 65.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCDD17 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 23 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.13 |
| HSL | 65.15º | 0.81% | 0.48% | - |
| HSV(B) | 65.15º | 0.9% | 0.87% | - |
| XYZ | 50.91 | 64.61 | 10.6 | - |
| YUV | 193.35 | 31.87 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 23 | 0.08 | 0 | 0.90 | 0.13 | 65.15 | 0.81 | 0.48 |
| Hex | CC | DD | 17 | 8 | 0 | 5A | D | 41 | 51 | 30 |
| Octal | 314 | 335 | 27 | 10 | 0 | 132 | 15 | 101 | 121 | 60 |
| Binary | 11001100 | 11011101 | 10111 | 1000 | 0 | 1011010 | 1101 | 1000001 | 1010001 | 110000 |
Color Harmonies of #CCDD17
Complementary color
Monochromatic Colors of #CCDD17
Black with #CCDD17
Text Example
Text Example
White with #CCDD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD17; }
p { color: rgb(204,221,23); }
H1.HeaderClassName
{
color: #CCDD17;
}
.AnyTagClassName
{
color: #CCDD17;
}
</style>
background-color css
<style>
a { background-color: #CCDD17; }
a { background-color: rgb(204,221,23); }
div.DivClassName
{
background-color: #CCDD17;
}
.BgClassName
{
background-color: #CCDD17;
}
</style>
border-color css
<style>
span { border-color: #CCDD17; }
span { border-color: rgb(204,221,23); }
td.TdClassName
{
border-color: #CCDD17;
}
.TagClassName
{
border-color: #CCDD17;
}
</style>