Shades of Fuego #CADB1D
Tints of Fuego #CADB1D
RGB
CMYK
RGB Variations
Color information
#CADB1D (or 0xCADB1D) is known color: Fuego. HEX triplet: CA, DB and 1D. RGB value is (202,219,29). Sum of RGB (Red+Green+Blue) = 202+219+29=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 219 (85.94% from 255 or 48.67% from 450); Blue value is 29 (11.72% from 255 or 6.44% from 450); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB1D is #3524E2. Grayscale: #C0C0C0. Windows color (decimal): -3482851 or 1956810. OLE color: 1956810.
HSL color Cylindrical-coordinate representation of color #CADB1D: hue angle of 65.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CADB1D is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 29 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.14 |
| HSL | 65.37º | 0.77% | 0.49% | - |
| HSV(B) | 65.37º | 0.87% | 0.86% | - |
| XYZ | 49.91 | 63.31 | 10.75 | - |
| YUV | 192.26 | 35.87 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 29 | 0.08 | 0 | 0.87 | 0.14 | 65.37 | 0.77 | 0.49 |
| Hex | CA | DB | 1D | 8 | 0 | 57 | E | 41 | 4D | 31 |
| Octal | 312 | 333 | 35 | 10 | 0 | 127 | 16 | 101 | 115 | 61 |
| Binary | 11001010 | 11011011 | 11101 | 1000 | 0 | 1010111 | 1110 | 1000001 | 1001101 | 110001 |
Color Harmonies of #CADB1D
Complementary color
Monochromatic Colors of #CADB1D
Black with #CADB1D
Text Example
Text Example
White with #CADB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB1D; }
p { color: rgb(202,219,29); }
H1.HeaderClassName
{
color: #CADB1D;
}
.AnyTagClassName
{
color: #CADB1D;
}
</style>
background-color css
<style>
a { background-color: #CADB1D; }
a { background-color: rgb(202,219,29); }
div.DivClassName
{
background-color: #CADB1D;
}
.BgClassName
{
background-color: #CADB1D;
}
</style>
border-color css
<style>
span { border-color: #CADB1D; }
span { border-color: rgb(202,219,29); }
td.TdClassName
{
border-color: #CADB1D;
}
.TagClassName
{
border-color: #CADB1D;
}
</style>