Shades of Fuego #CADB20
Tints of Fuego #CADB20
RGB
CMYK
RGB Variations
Color information
#CADB20 (or 0xCADB20) is known color: Fuego. HEX triplet: CA, DB and 20. RGB value is (202,219,32). Sum of RGB (Red+Green+Blue) = 202+219+32=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB20 is #3524DF. Grayscale: #C1C1C1. Windows color (decimal): -3482848 or 2153418. OLE color: 2153418.
HSL color Cylindrical-coordinate representation of color #CADB20: hue angle of 65.45º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CADB20 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 32 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.14 |
| HSL | 65.45º | 0.75% | 0.49% | - |
| HSV(B) | 65.45º | 0.85% | 0.86% | - |
| XYZ | 49.95 | 63.32 | 10.96 | - |
| YUV | 192.6 | 37.37 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 32 | 0.08 | 0 | 0.85 | 0.14 | 65.45 | 0.75 | 0.49 |
| Hex | CA | DB | 20 | 8 | 0 | 55 | E | 41 | 4B | 31 |
| Octal | 312 | 333 | 40 | 10 | 0 | 125 | 16 | 101 | 113 | 61 |
| Binary | 11001010 | 11011011 | 100000 | 1000 | 0 | 1010101 | 1110 | 1000001 | 1001011 | 110001 |
Color Harmonies of #CADB20
Complementary color
Monochromatic Colors of #CADB20
Black with #CADB20
Text Example
Text Example
White with #CADB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB20; }
p { color: rgb(202,219,32); }
H1.HeaderClassName
{
color: #CADB20;
}
.AnyTagClassName
{
color: #CADB20;
}
</style>
background-color css
<style>
a { background-color: #CADB20; }
a { background-color: rgb(202,219,32); }
div.DivClassName
{
background-color: #CADB20;
}
.BgClassName
{
background-color: #CADB20;
}
</style>
border-color css
<style>
span { border-color: #CADB20; }
span { border-color: rgb(202,219,32); }
td.TdClassName
{
border-color: #CADB20;
}
.TagClassName
{
border-color: #CADB20;
}
</style>