Shades of Fuego #CCD622
Tints of Fuego #CCD622
RGB
CMYK
RGB Variations
Color information
#CCD622 (or 0xCCD622) is known color: Fuego. HEX triplet: CC, D6 and 22. RGB value is (204,214,34). Sum of RGB (Red+Green+Blue) = 204+214+34=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 34 (13.67% from 255 or 7.52% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD622 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD622 is #3329DD. Grayscale: #BFBFBF. Windows color (decimal): -3353054 or 2283212. OLE color: 2283212.
HSL color Cylindrical-coordinate representation of color #CCD622: hue angle of 63.33º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCD622 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 34 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.16 |
| HSL | 63.33º | 0.73% | 0.49% | - |
| HSV(B) | 63.33º | 0.84% | 0.84% | - |
| XYZ | 49.24 | 61.05 | 10.7 | - |
| YUV | 190.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 34 | 0.05 | 0 | 0.84 | 0.16 | 63.33 | 0.73 | 0.49 |
| Hex | CC | D6 | 22 | 5 | 0 | 54 | 10 | 3F | 49 | 31 |
| Octal | 314 | 326 | 42 | 5 | 0 | 124 | 20 | 77 | 111 | 61 |
| Binary | 11001100 | 11010110 | 100010 | 101 | 0 | 1010100 | 10000 | 111111 | 1001001 | 110001 |
Color Harmonies of #CCD622
Complementary color
Monochromatic Colors of #CCD622
Black with #CCD622
Text Example
Text Example
White with #CCD622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD622; }
p { color: rgb(204,214,34); }
H1.HeaderClassName
{
color: #CCD622;
}
.AnyTagClassName
{
color: #CCD622;
}
</style>
background-color css
<style>
a { background-color: #CCD622; }
a { background-color: rgb(204,214,34); }
div.DivClassName
{
background-color: #CCD622;
}
.BgClassName
{
background-color: #CCD622;
}
</style>
border-color css
<style>
span { border-color: #CCD622; }
span { border-color: rgb(204,214,34); }
td.TdClassName
{
border-color: #CCD622;
}
.TagClassName
{
border-color: #CCD622;
}
</style>