Shades of Fuego #CCD922
Tints of Fuego #CCD922
RGB
CMYK
RGB Variations
Color information
#CCD922 (or 0xCCD922) is known color: Fuego. HEX triplet: CC, D9 and 22. RGB value is (204,217,34). Sum of RGB (Red+Green+Blue) = 204+217+34=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 34 (13.67% from 255 or 7.47% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD922 is #3326DD. Grayscale: #C0C0C0. Windows color (decimal): -3352286 or 2283980. OLE color: 2283980.
HSL color Cylindrical-coordinate representation of color #CCD922: hue angle of 64.26º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCD922 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 34 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.15 |
| HSL | 64.26º | 0.73% | 0.49% | - |
| HSV(B) | 64.26º | 0.84% | 0.85% | - |
| XYZ | 50 | 62.58 | 10.96 | - |
| YUV | 192.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 34 | 0.06 | 0 | 0.84 | 0.15 | 64.26 | 0.73 | 0.49 |
| Hex | CC | D9 | 22 | 6 | 0 | 54 | F | 40 | 49 | 31 |
| Octal | 314 | 331 | 42 | 6 | 0 | 124 | 17 | 100 | 111 | 61 |
| Binary | 11001100 | 11011001 | 100010 | 110 | 0 | 1010100 | 1111 | 1000000 | 1001001 | 110001 |
Color Harmonies of #CCD922
Complementary color
Monochromatic Colors of #CCD922
Black with #CCD922
Text Example
Text Example
White with #CCD922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD922; }
p { color: rgb(204,217,34); }
H1.HeaderClassName
{
color: #CCD922;
}
.AnyTagClassName
{
color: #CCD922;
}
</style>
background-color css
<style>
a { background-color: #CCD922; }
a { background-color: rgb(204,217,34); }
div.DivClassName
{
background-color: #CCD922;
}
.BgClassName
{
background-color: #CCD922;
}
</style>
border-color css
<style>
span { border-color: #CCD922; }
span { border-color: rgb(204,217,34); }
td.TdClassName
{
border-color: #CCD922;
}
.TagClassName
{
border-color: #CCD922;
}
</style>