Shades of Fuego #CCDD1B
Tints of Fuego #CCDD1B
RGB
CMYK
RGB Variations
Color information
#CCDD1B (or 0xCCDD1B) is known color: Fuego. HEX triplet: CC, DD and 1B. RGB value is (204,221,27). Sum of RGB (Red+Green+Blue) = 204+221+27=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 27 (10.94% from 255 or 5.97% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD1B is #3322E4. Grayscale: #C2C2C2. Windows color (decimal): -3351269 or 1826252. OLE color: 1826252.
HSL color Cylindrical-coordinate representation of color #CCDD1B: hue angle of 65.26º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCDD1B is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 27 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.13 |
| HSL | 65.26º | 0.78% | 0.49% | - |
| HSV(B) | 65.26º | 0.88% | 0.87% | - |
| XYZ | 50.96 | 64.63 | 10.83 | - |
| YUV | 193.8 | 33.87 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 27 | 0.08 | 0 | 0.88 | 0.13 | 65.26 | 0.78 | 0.49 |
| Hex | CC | DD | 1B | 8 | 0 | 58 | D | 41 | 4E | 31 |
| Octal | 314 | 335 | 33 | 10 | 0 | 130 | 15 | 101 | 116 | 61 |
| Binary | 11001100 | 11011101 | 11011 | 1000 | 0 | 1011000 | 1101 | 1000001 | 1001110 | 110001 |
Color Harmonies of #CCDD1B
Complementary color
Monochromatic Colors of #CCDD1B
Black with #CCDD1B
Text Example
Text Example
White with #CCDD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD1B; }
p { color: rgb(204,221,27); }
H1.HeaderClassName
{
color: #CCDD1B;
}
.AnyTagClassName
{
color: #CCDD1B;
}
</style>
background-color css
<style>
a { background-color: #CCDD1B; }
a { background-color: rgb(204,221,27); }
div.DivClassName
{
background-color: #CCDD1B;
}
.BgClassName
{
background-color: #CCDD1B;
}
</style>
border-color css
<style>
span { border-color: #CCDD1B; }
span { border-color: rgb(204,221,27); }
td.TdClassName
{
border-color: #CCDD1B;
}
.TagClassName
{
border-color: #CCDD1B;
}
</style>