Shades of Fuego #CBD128
Tints of Fuego #CBD128
RGB
CMYK
RGB Variations
Color information
#CBD128 (or 0xCBD128) is known color: Fuego. HEX triplet: CB, D1 and 28. RGB value is (203,209,40). Sum of RGB (Red+Green+Blue) = 203+209+40=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #CBD128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD128 is #342ED7. Grayscale: #BCBCBC. Windows color (decimal): -3419864 or 2675147. OLE color: 2675147.
HSL color Cylindrical-coordinate representation of color #CBD128: hue angle of 62.13º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBD128 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 209 | 40 | - |
| CMYK | 0.03 | 0 | 0.81 | 0.18 |
| HSL | 62.13º | 0.68% | 0.49% | - |
| HSV(B) | 62.13º | 0.81% | 0.82% | - |
| XYZ | 47.81 | 58.45 | 10.77 | - |
| YUV | 187.94 | 44.51 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 40 | 0.03 | 0 | 0.81 | 0.18 | 62.13 | 0.68 | 0.49 |
| Hex | CB | D1 | 28 | 3 | 0 | 51 | 12 | 3E | 44 | 31 |
| Octal | 313 | 321 | 50 | 3 | 0 | 121 | 22 | 76 | 104 | 61 |
| Binary | 11001011 | 11010001 | 101000 | 11 | 0 | 1010001 | 10010 | 111110 | 1000100 | 110001 |
Color Harmonies of #CBD128
Complementary color
Monochromatic Colors of #CBD128
Black with #CBD128
Text Example
Text Example
White with #CBD128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD128; }
p { color: rgb(203,209,40); }
H1.HeaderClassName
{
color: #CBD128;
}
.AnyTagClassName
{
color: #CBD128;
}
</style>
background-color css
<style>
a { background-color: #CBD128; }
a { background-color: rgb(203,209,40); }
div.DivClassName
{
background-color: #CBD128;
}
.BgClassName
{
background-color: #CBD128;
}
</style>
border-color css
<style>
span { border-color: #CBD128; }
span { border-color: rgb(203,209,40); }
td.TdClassName
{
border-color: #CBD128;
}
.TagClassName
{
border-color: #CBD128;
}
</style>