Shades of Fuego #CAD521
Tints of Fuego #CAD521
RGB
CMYK
RGB Variations
Color information
#CAD521 (or 0xCAD521) is known color: Fuego. HEX triplet: CA, D5 and 21. RGB value is (202,213,33). Sum of RGB (Red+Green+Blue) = 202+213+33=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD521 is #352ADE. Grayscale: #BDBDBD. Windows color (decimal): -3484383 or 2217418. OLE color: 2217418.
HSL color Cylindrical-coordinate representation of color #CAD521: hue angle of 63.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAD521 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 213 | 33 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.16 |
| HSL | 63.67º | 0.73% | 0.48% | - |
| HSV(B) | 63.67º | 0.85% | 0.84% | - |
| XYZ | 48.43 | 60.25 | 10.52 | - |
| YUV | 189.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 213 | 33 | 0.05 | 0 | 0.85 | 0.16 | 63.67 | 0.73 | 0.48 |
| Hex | CA | D5 | 21 | 5 | 0 | 55 | 10 | 40 | 49 | 30 |
| Octal | 312 | 325 | 41 | 5 | 0 | 125 | 20 | 100 | 111 | 60 |
| Binary | 11001010 | 11010101 | 100001 | 101 | 0 | 1010101 | 10000 | 1000000 | 1001001 | 110000 |
Color Harmonies of #CAD521
Complementary color
Monochromatic Colors of #CAD521
Black with #CAD521
Text Example
Text Example
White with #CAD521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD521; }
p { color: rgb(202,213,33); }
H1.HeaderClassName
{
color: #CAD521;
}
.AnyTagClassName
{
color: #CAD521;
}
</style>
background-color css
<style>
a { background-color: #CAD521; }
a { background-color: rgb(202,213,33); }
div.DivClassName
{
background-color: #CAD521;
}
.BgClassName
{
background-color: #CAD521;
}
</style>
border-color css
<style>
span { border-color: #CAD521; }
span { border-color: rgb(202,213,33); }
td.TdClassName
{
border-color: #CAD521;
}
.TagClassName
{
border-color: #CAD521;
}
</style>