Shades of Fuego #CBD524
Tints of Fuego #CBD524
RGB
CMYK
RGB Variations
Color information
#CBD524 (or 0xCBD524) is known color: Fuego. HEX triplet: CB, D5 and 24. RGB value is (203,213,36). Sum of RGB (Red+Green+Blue) = 203+213+36=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 36 (14.45% from 255 or 7.96% from 452); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD524 is #342ADB. Grayscale: #BEBEBE. Windows color (decimal): -3418844 or 2414027. OLE color: 2414027.
HSL color Cylindrical-coordinate representation of color #CBD524: hue angle of 63.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CBD524 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 36 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.16 |
| HSL | 63.39º | 0.71% | 0.49% | - |
| HSV(B) | 63.39º | 0.83% | 0.84% | - |
| XYZ | 48.74 | 60.41 | 10.76 | - |
| YUV | 189.83 | 41.19 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 36 | 0.05 | 0 | 0.83 | 0.16 | 63.39 | 0.71 | 0.49 |
| Hex | CB | D5 | 24 | 5 | 0 | 53 | 10 | 3F | 47 | 31 |
| Octal | 313 | 325 | 44 | 5 | 0 | 123 | 20 | 77 | 107 | 61 |
| Binary | 11001011 | 11010101 | 100100 | 101 | 0 | 1010011 | 10000 | 111111 | 1000111 | 110001 |
Color Harmonies of #CBD524
Complementary color
Monochromatic Colors of #CBD524
Black with #CBD524
Text Example
Text Example
White with #CBD524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD524; }
p { color: rgb(203,213,36); }
H1.HeaderClassName
{
color: #CBD524;
}
.AnyTagClassName
{
color: #CBD524;
}
</style>
background-color css
<style>
a { background-color: #CBD524; }
a { background-color: rgb(203,213,36); }
div.DivClassName
{
background-color: #CBD524;
}
.BgClassName
{
background-color: #CBD524;
}
</style>
border-color css
<style>
span { border-color: #CBD524; }
span { border-color: rgb(203,213,36); }
td.TdClassName
{
border-color: #CBD524;
}
.TagClassName
{
border-color: #CBD524;
}
</style>