Shades of Fuego #CBDD15
Tints of Fuego #CBDD15
RGB
CMYK
RGB Variations
Color information
#CBDD15 (or 0xCBDD15) is known color: Fuego. HEX triplet: CB, DD and 15. RGB value is (203,221,21). Sum of RGB (Red+Green+Blue) = 203+221+21=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 21 (8.59% from 255 or 4.72% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDD15 is #3422EA. Grayscale: #C1C1C1. Windows color (decimal): -3416811 or 1433035. OLE color: 1433035.
HSL color Cylindrical-coordinate representation of color #CBDD15: hue angle of 65.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBDD15 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 21 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.13 |
| HSL | 65.4º | 0.83% | 0.47% | - |
| HSV(B) | 65.4º | 0.9% | 0.87% | - |
| XYZ | 50.62 | 64.46 | 10.48 | - |
| YUV | 192.82 | 31.04 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 21 | 0.08 | 0 | 0.90 | 0.13 | 65.4 | 0.83 | 0.47 |
| Hex | CB | DD | 15 | 8 | 0 | 5A | D | 41 | 53 | 2F |
| Octal | 313 | 335 | 25 | 10 | 0 | 132 | 15 | 101 | 123 | 57 |
| Binary | 11001011 | 11011101 | 10101 | 1000 | 0 | 1011010 | 1101 | 1000001 | 1010011 | 101111 |
Color Harmonies of #CBDD15
Complementary color
Monochromatic Colors of #CBDD15
Black with #CBDD15
Text Example
Text Example
White with #CBDD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD15; }
p { color: rgb(203,221,21); }
H1.HeaderClassName
{
color: #CBDD15;
}
.AnyTagClassName
{
color: #CBDD15;
}
</style>
background-color css
<style>
a { background-color: #CBDD15; }
a { background-color: rgb(203,221,21); }
div.DivClassName
{
background-color: #CBDD15;
}
.BgClassName
{
background-color: #CBDD15;
}
</style>
border-color css
<style>
span { border-color: #CBDD15; }
span { border-color: rgb(203,221,21); }
td.TdClassName
{
border-color: #CBDD15;
}
.TagClassName
{
border-color: #CBDD15;
}
</style>