Shades of Fuego #CBD526
Tints of Fuego #CBD526
RGB
CMYK
RGB Variations
Color information
#CBD526 (or 0xCBD526) is known color: Fuego. HEX triplet: CB, D5 and 26. RGB value is (203,213,38). Sum of RGB (Red+Green+Blue) = 203+213+38=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 38 (15.23% from 255 or 8.37% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD526 is #342AD9. Grayscale: #BEBEBE. Windows color (decimal): -3418842 or 2545099. OLE color: 2545099.
HSL color Cylindrical-coordinate representation of color #CBD526: hue angle of 63.43º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBD526 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 38 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.16 |
| HSL | 63.43º | 0.7% | 0.49% | - |
| HSV(B) | 63.43º | 0.82% | 0.84% | - |
| XYZ | 48.77 | 60.42 | 10.93 | - |
| YUV | 190.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 38 | 0.05 | 0 | 0.82 | 0.16 | 63.43 | 0.7 | 0.49 |
| Hex | CB | D5 | 26 | 5 | 0 | 52 | 10 | 3F | 46 | 31 |
| Octal | 313 | 325 | 46 | 5 | 0 | 122 | 20 | 77 | 106 | 61 |
| Binary | 11001011 | 11010101 | 100110 | 101 | 0 | 1010010 | 10000 | 111111 | 1000110 | 110001 |
Color Harmonies of #CBD526
Complementary color
Monochromatic Colors of #CBD526
Black with #CBD526
Text Example
Text Example
White with #CBD526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD526; }
p { color: rgb(203,213,38); }
H1.HeaderClassName
{
color: #CBD526;
}
.AnyTagClassName
{
color: #CBD526;
}
</style>
background-color css
<style>
a { background-color: #CBD526; }
a { background-color: rgb(203,213,38); }
div.DivClassName
{
background-color: #CBD526;
}
.BgClassName
{
background-color: #CBD526;
}
</style>
border-color css
<style>
span { border-color: #CBD526; }
span { border-color: rgb(203,213,38); }
td.TdClassName
{
border-color: #CBD526;
}
.TagClassName
{
border-color: #CBD526;
}
</style>