Shades of Fuego #CBD529
Tints of Fuego #CBD529
RGB
CMYK
RGB Variations
Color information
#CBD529 (or 0xCBD529) is known color: Fuego. HEX triplet: CB, D5 and 29. RGB value is (203,213,41). Sum of RGB (Red+Green+Blue) = 203+213+41=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 41 (16.41% from 255 or 8.97% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD529 is #342AD6. Grayscale: #BFBFBF. Windows color (decimal): -3418839 or 2741707. OLE color: 2741707.
HSL color Cylindrical-coordinate representation of color #CBD529: hue angle of 63.49º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBD529 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 41 | - |
| CMYK | 0.05 | 0 | 0.81 | 0.16 |
| HSL | 63.49º | 0.68% | 0.5% | - |
| HSV(B) | 63.49º | 0.81% | 0.84% | - |
| XYZ | 48.82 | 60.45 | 11.19 | - |
| YUV | 190.4 | 43.69 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 41 | 0.05 | 0 | 0.81 | 0.16 | 63.49 | 0.68 | 0.5 |
| Hex | CB | D5 | 29 | 5 | 0 | 51 | 10 | 3F | 44 | 32 |
| Octal | 313 | 325 | 51 | 5 | 0 | 121 | 20 | 77 | 104 | 62 |
| Binary | 11001011 | 11010101 | 101001 | 101 | 0 | 1010001 | 10000 | 111111 | 1000100 | 110010 |
Color Harmonies of #CBD529
Complementary color
Monochromatic Colors of #CBD529
Black with #CBD529
Text Example
Text Example
White with #CBD529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD529; }
p { color: rgb(203,213,41); }
H1.HeaderClassName
{
color: #CBD529;
}
.AnyTagClassName
{
color: #CBD529;
}
</style>
background-color css
<style>
a { background-color: #CBD529; }
a { background-color: rgb(203,213,41); }
div.DivClassName
{
background-color: #CBD529;
}
.BgClassName
{
background-color: #CBD529;
}
</style>
border-color css
<style>
span { border-color: #CBD529; }
span { border-color: rgb(203,213,41); }
td.TdClassName
{
border-color: #CBD529;
}
.TagClassName
{
border-color: #CBD529;
}
</style>