Shades of Fuel Yellow #CB9B36
Tints of Fuel Yellow #CB9B36
RGB
CMYK
RGB Variations
Color information
#CB9B36 (or 0xCB9B36) is known color: Fuel Yellow. HEX triplet: CB, 9B and 36. RGB value is (203,155,54). Sum of RGB (Red+Green+Blue) = 203+155+54=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 155 (60.94% from 255 or 37.62% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9B36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9B36 is #3464C9. Grayscale: #9E9E9E. Windows color (decimal): -3433674 or 3578827. OLE color: 3578827.
HSL color Cylindrical-coordinate representation of color #CB9B36: hue angle of 40.67º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB9B36 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 155 | 54 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.20 |
| HSL | 40.67º | 0.59% | 0.5% | - |
| HSV(B) | 40.67º | 0.73% | 0.8% | - |
| XYZ | 37.02 | 36.41 | 8.57 | - |
| YUV | 157.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 155 | 54 | 0 | 0.24 | 0.73 | 0.20 | 40.67 | 0.59 | 0.5 |
| Hex | CB | 9B | 36 | 0 | 18 | 49 | 14 | 29 | 3B | 32 |
| Octal | 313 | 233 | 66 | 0 | 30 | 111 | 24 | 51 | 73 | 62 |
| Binary | 11001011 | 10011011 | 110110 | 0 | 11000 | 1001001 | 10100 | 101001 | 111011 | 110010 |
Color Harmonies of #CB9B36
Complementary color
Monochromatic Colors of #CB9B36
Black with #CB9B36
Text Example
Text Example
White with #CB9B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9B36; }
p { color: rgb(203,155,54); }
H1.HeaderClassName
{
color: #CB9B36;
}
.AnyTagClassName
{
color: #CB9B36;
}
</style>
background-color css
<style>
a { background-color: #CB9B36; }
a { background-color: rgb(203,155,54); }
div.DivClassName
{
background-color: #CB9B36;
}
.BgClassName
{
background-color: #CB9B36;
}
</style>
border-color css
<style>
span { border-color: #CB9B36; }
span { border-color: rgb(203,155,54); }
td.TdClassName
{
border-color: #CB9B36;
}
.TagClassName
{
border-color: #CB9B36;
}
</style>