Shades of Fuego #CCD22A
Tints of Fuego #CCD22A
RGB
CMYK
RGB Variations
Color information
#CCD22A (or 0xCCD22A) is known color: Fuego. HEX triplet: CC, D2 and 2A. RGB value is (204,210,42). Sum of RGB (Red+Green+Blue) = 204+210+42=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD22A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD22A is #332DD5. Grayscale: #BDBDBD. Windows color (decimal): -3354070 or 2806476. OLE color: 2806476.
HSL color Cylindrical-coordinate representation of color #CCD22A: hue angle of 62.14º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCD22A is Cyan = 0.03, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 42 | - |
| CMYK | 0.03 | 0 | 0.8 | 0.18 |
| HSL | 62.14º | 0.67% | 0.49% | - |
| HSV(B) | 62.14º | 0.8% | 0.82% | - |
| XYZ | 48.37 | 59.1 | 11.05 | - |
| YUV | 189.05 | 45.01 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 42 | 0.03 | 0 | 0.8 | 0.18 | 62.14 | 0.67 | 0.49 |
| Hex | CC | D2 | 2A | 3 | 0 | 50 | 12 | 3E | 43 | 31 |
| Octal | 314 | 322 | 52 | 3 | 0 | 120 | 22 | 76 | 103 | 61 |
| Binary | 11001100 | 11010010 | 101010 | 11 | 0 | 1010000 | 10010 | 111110 | 1000011 | 110001 |
Color Harmonies of #CCD22A
Complementary color
Monochromatic Colors of #CCD22A
Black with #CCD22A
Text Example
Text Example
White with #CCD22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD22A; }
p { color: rgb(204,210,42); }
H1.HeaderClassName
{
color: #CCD22A;
}
.AnyTagClassName
{
color: #CCD22A;
}
</style>
background-color css
<style>
a { background-color: #CCD22A; }
a { background-color: rgb(204,210,42); }
div.DivClassName
{
background-color: #CCD22A;
}
.BgClassName
{
background-color: #CCD22A;
}
</style>
border-color css
<style>
span { border-color: #CCD22A; }
span { border-color: rgb(204,210,42); }
td.TdClassName
{
border-color: #CCD22A;
}
.TagClassName
{
border-color: #CCD22A;
}
</style>