Shades of Fuego #CADB27
Tints of Fuego #CADB27
RGB
CMYK
RGB Variations
Color information
#CADB27 (or 0xCADB27) is known color: Fuego. HEX triplet: CA, DB and 27. RGB value is (202,219,39). Sum of RGB (Red+Green+Blue) = 202+219+39=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 39 (15.62% from 255 or 8.48% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB27 is #3524D8. Grayscale: #C2C2C2. Windows color (decimal): -3482841 or 2612170. OLE color: 2612170.
HSL color Cylindrical-coordinate representation of color #CADB27: hue angle of 65.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CADB27 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 39 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.14 |
| HSL | 65.67º | 0.71% | 0.51% | - |
| HSV(B) | 65.67º | 0.82% | 0.86% | - |
| XYZ | 50.05 | 63.37 | 11.51 | - |
| YUV | 193.4 | 40.87 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 39 | 0.08 | 0 | 0.82 | 0.14 | 65.67 | 0.71 | 0.51 |
| Hex | CA | DB | 27 | 8 | 0 | 52 | E | 42 | 47 | 33 |
| Octal | 312 | 333 | 47 | 10 | 0 | 122 | 16 | 102 | 107 | 63 |
| Binary | 11001010 | 11011011 | 100111 | 1000 | 0 | 1010010 | 1110 | 1000010 | 1000111 | 110011 |
Color Harmonies of #CADB27
Complementary color
Monochromatic Colors of #CADB27
Black with #CADB27
Text Example
Text Example
White with #CADB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB27; }
p { color: rgb(202,219,39); }
H1.HeaderClassName
{
color: #CADB27;
}
.AnyTagClassName
{
color: #CADB27;
}
</style>
background-color css
<style>
a { background-color: #CADB27; }
a { background-color: rgb(202,219,39); }
div.DivClassName
{
background-color: #CADB27;
}
.BgClassName
{
background-color: #CADB27;
}
</style>
border-color css
<style>
span { border-color: #CADB27; }
span { border-color: rgb(202,219,39); }
td.TdClassName
{
border-color: #CADB27;
}
.TagClassName
{
border-color: #CADB27;
}
</style>