Shades of Fuego #CBD326
Tints of Fuego #CBD326
RGB
CMYK
RGB Variations
Color information
#CBD326 (or 0xCBD326) is known color: Fuego. HEX triplet: CB, D3 and 26. RGB value is (203,211,38). Sum of RGB (Red+Green+Blue) = 203+211+38=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD326 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD326 is #342CD9. Grayscale: #BDBDBD. Windows color (decimal): -3419354 or 2544587. OLE color: 2544587.
HSL color Cylindrical-coordinate representation of color #CBD326: hue angle of 62.77º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CBD326 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 38 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.17 |
| HSL | 62.77º | 0.69% | 0.49% | - |
| HSV(B) | 62.77º | 0.82% | 0.83% | - |
| XYZ | 48.27 | 59.42 | 10.76 | - |
| YUV | 188.89 | 42.85 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 38 | 0.04 | 0 | 0.82 | 0.17 | 62.77 | 0.69 | 0.49 |
| Hex | CB | D3 | 26 | 4 | 0 | 52 | 11 | 3F | 45 | 31 |
| Octal | 313 | 323 | 46 | 4 | 0 | 122 | 21 | 77 | 105 | 61 |
| Binary | 11001011 | 11010011 | 100110 | 100 | 0 | 1010010 | 10001 | 111111 | 1000101 | 110001 |
Color Harmonies of #CBD326
Complementary color
Monochromatic Colors of #CBD326
Black with #CBD326
Text Example
Text Example
White with #CBD326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD326; }
p { color: rgb(203,211,38); }
H1.HeaderClassName
{
color: #CBD326;
}
.AnyTagClassName
{
color: #CBD326;
}
</style>
background-color css
<style>
a { background-color: #CBD326; }
a { background-color: rgb(203,211,38); }
div.DivClassName
{
background-color: #CBD326;
}
.BgClassName
{
background-color: #CBD326;
}
</style>
border-color css
<style>
span { border-color: #CBD326; }
span { border-color: rgb(203,211,38); }
td.TdClassName
{
border-color: #CBD326;
}
.TagClassName
{
border-color: #CBD326;
}
</style>