Shades of Fuego #CBDD1A
Tints of Fuego #CBDD1A
RGB
CMYK
RGB Variations
Color information
#CBDD1A (or 0xCBDD1A) is known color: Fuego. HEX triplet: CB, DD and 1A. RGB value is (203,221,26). Sum of RGB (Red+Green+Blue) = 203+221+26=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 221 (86.72% from 255 or 49.11% from 450); Blue value is 26 (10.55% from 255 or 5.78% from 450); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDD1A is #3422E5. Grayscale: #C2C2C2. Windows color (decimal): -3416806 or 1760715. OLE color: 1760715.
HSL color Cylindrical-coordinate representation of color #CBDD1A: hue angle of 65.54º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBDD1A is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 26 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.13 |
| HSL | 65.54º | 0.79% | 0.48% | - |
| HSV(B) | 65.54º | 0.88% | 0.87% | - |
| XYZ | 50.67 | 64.48 | 10.75 | - |
| YUV | 193.39 | 33.54 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 26 | 0.08 | 0 | 0.88 | 0.13 | 65.54 | 0.79 | 0.48 |
| Hex | CB | DD | 1A | 8 | 0 | 58 | D | 42 | 4F | 30 |
| Octal | 313 | 335 | 32 | 10 | 0 | 130 | 15 | 102 | 117 | 60 |
| Binary | 11001011 | 11011101 | 11010 | 1000 | 0 | 1011000 | 1101 | 1000010 | 1001111 | 110000 |
Color Harmonies of #CBDD1A
Complementary color
Monochromatic Colors of #CBDD1A
Black with #CBDD1A
Text Example
Text Example
White with #CBDD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD1A; }
p { color: rgb(203,221,26); }
H1.HeaderClassName
{
color: #CBDD1A;
}
.AnyTagClassName
{
color: #CBDD1A;
}
</style>
background-color css
<style>
a { background-color: #CBDD1A; }
a { background-color: rgb(203,221,26); }
div.DivClassName
{
background-color: #CBDD1A;
}
.BgClassName
{
background-color: #CBDD1A;
}
</style>
border-color css
<style>
span { border-color: #CBDD1A; }
span { border-color: rgb(203,221,26); }
td.TdClassName
{
border-color: #CBDD1A;
}
.TagClassName
{
border-color: #CBDD1A;
}
</style>