Shades of Fuego #CBD621
Tints of Fuego #CBD621
RGB
CMYK
RGB Variations
Color information
#CBD621 (or 0xCBD621) is known color: Fuego. HEX triplet: CB, D6 and 21. RGB value is (203,214,33). Sum of RGB (Red+Green+Blue) = 203+214+33=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 214 (83.98% from 255 or 47.56% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD621 is #3429DE. Grayscale: #BEBEBE. Windows color (decimal): -3418591 or 2217675. OLE color: 2217675.
HSL color Cylindrical-coordinate representation of color #CBD621: hue angle of 63.65º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CBD621 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 33 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.16 |
| HSL | 63.65º | 0.73% | 0.48% | - |
| HSV(B) | 63.65º | 0.85% | 0.84% | - |
| XYZ | 48.95 | 60.9 | 10.61 | - |
| YUV | 190.08 | 39.36 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 33 | 0.05 | 0 | 0.85 | 0.16 | 63.65 | 0.73 | 0.48 |
| Hex | CB | D6 | 21 | 5 | 0 | 55 | 10 | 40 | 49 | 30 |
| Octal | 313 | 326 | 41 | 5 | 0 | 125 | 20 | 100 | 111 | 60 |
| Binary | 11001011 | 11010110 | 100001 | 101 | 0 | 1010101 | 10000 | 1000000 | 1001001 | 110000 |
Color Harmonies of #CBD621
Complementary color
Monochromatic Colors of #CBD621
Black with #CBD621
Text Example
Text Example
White with #CBD621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD621; }
p { color: rgb(203,214,33); }
H1.HeaderClassName
{
color: #CBD621;
}
.AnyTagClassName
{
color: #CBD621;
}
</style>
background-color css
<style>
a { background-color: #CBD621; }
a { background-color: rgb(203,214,33); }
div.DivClassName
{
background-color: #CBD621;
}
.BgClassName
{
background-color: #CBD621;
}
</style>
border-color css
<style>
span { border-color: #CBD621; }
span { border-color: rgb(203,214,33); }
td.TdClassName
{
border-color: #CBD621;
}
.TagClassName
{
border-color: #CBD621;
}
</style>