Shades of Fuego #CADB19
Tints of Fuego #CADB19
RGB
CMYK
RGB Variations
Color information
#CADB19 (or 0xCADB19) is known color: Fuego. HEX triplet: CA, DB and 19. RGB value is (202,219,25). Sum of RGB (Red+Green+Blue) = 202+219+25=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CADB19 is #3524E6. Grayscale: #C0C0C0. Windows color (decimal): -3482855 or 1694666. OLE color: 1694666.
HSL color Cylindrical-coordinate representation of color #CADB19: hue angle of 65.26º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CADB19 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 25 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.14 |
| HSL | 65.26º | 0.8% | 0.48% | - |
| HSV(B) | 65.26º | 0.89% | 0.86% | - |
| XYZ | 49.86 | 63.29 | 10.51 | - |
| YUV | 191.8 | 33.87 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 25 | 0.08 | 0 | 0.89 | 0.14 | 65.26 | 0.8 | 0.48 |
| Hex | CA | DB | 19 | 8 | 0 | 59 | E | 41 | 50 | 30 |
| Octal | 312 | 333 | 31 | 10 | 0 | 131 | 16 | 101 | 120 | 60 |
| Binary | 11001010 | 11011011 | 11001 | 1000 | 0 | 1011001 | 1110 | 1000001 | 1010000 | 110000 |
Color Harmonies of #CADB19
Complementary color
Monochromatic Colors of #CADB19
Black with #CADB19
Text Example
Text Example
White with #CADB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB19; }
p { color: rgb(202,219,25); }
H1.HeaderClassName
{
color: #CADB19;
}
.AnyTagClassName
{
color: #CADB19;
}
</style>
background-color css
<style>
a { background-color: #CADB19; }
a { background-color: rgb(202,219,25); }
div.DivClassName
{
background-color: #CADB19;
}
.BgClassName
{
background-color: #CADB19;
}
</style>
border-color css
<style>
span { border-color: #CADB19; }
span { border-color: rgb(202,219,25); }
td.TdClassName
{
border-color: #CADB19;
}
.TagClassName
{
border-color: #CADB19;
}
</style>