Shades of Fuel Yellow #CB9C2D
Tints of Fuel Yellow #CB9C2D
RGB
CMYK
RGB Variations
Color information
#CB9C2D (or 0xCB9C2D) is known color: Fuel Yellow. HEX triplet: CB, 9C and 2D. RGB value is (203,156,45). Sum of RGB (Red+Green+Blue) = 203+156+45=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C2D is #3463D2. Grayscale: #9D9D9D. Windows color (decimal): -3433427 or 2989259. OLE color: 2989259.
HSL color Cylindrical-coordinate representation of color #CB9C2D: hue angle of 42.15º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CB9C2D is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 156 | 45 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.20 |
| HSL | 42.15º | 0.64% | 0.49% | - |
| HSV(B) | 42.15º | 0.78% | 0.8% | - |
| XYZ | 36.99 | 36.66 | 7.61 | - |
| YUV | 157.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 156 | 45 | 0 | 0.23 | 0.78 | 0.20 | 42.15 | 0.64 | 0.49 |
| Hex | CB | 9C | 2D | 0 | 17 | 4E | 14 | 2A | 40 | 31 |
| Octal | 313 | 234 | 55 | 0 | 27 | 116 | 24 | 52 | 100 | 61 |
| Binary | 11001011 | 10011100 | 101101 | 0 | 10111 | 1001110 | 10100 | 101010 | 1000000 | 110001 |
Color Harmonies of #CB9C2D
Complementary color
Monochromatic Colors of #CB9C2D
Black with #CB9C2D
Text Example
Text Example
White with #CB9C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9C2D; }
p { color: rgb(203,156,45); }
H1.HeaderClassName
{
color: #CB9C2D;
}
.AnyTagClassName
{
color: #CB9C2D;
}
</style>
background-color css
<style>
a { background-color: #CB9C2D; }
a { background-color: rgb(203,156,45); }
div.DivClassName
{
background-color: #CB9C2D;
}
.BgClassName
{
background-color: #CB9C2D;
}
</style>
border-color css
<style>
span { border-color: #CB9C2D; }
span { border-color: rgb(203,156,45); }
td.TdClassName
{
border-color: #CB9C2D;
}
.TagClassName
{
border-color: #CB9C2D;
}
</style>