Shades of Fuel Yellow #CB9A2D
Tints of Fuel Yellow #CB9A2D
RGB
CMYK
RGB Variations
Color information
#CB9A2D (or 0xCB9A2D) is known color: Fuel Yellow. HEX triplet: CB, 9A and 2D. RGB value is (203,154,45). Sum of RGB (Red+Green+Blue) = 203+154+45=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9A2D is #3465D2. Grayscale: #9C9C9C. Windows color (decimal): -3433939 or 2988747. OLE color: 2988747.
HSL color Cylindrical-coordinate representation of color #CB9A2D: hue angle of 41.39º 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 #CB9A2D is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 45 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.20 |
| HSL | 41.39º | 0.64% | 0.49% | - |
| HSV(B) | 41.39º | 0.78% | 0.8% | - |
| XYZ | 36.66 | 36 | 7.5 | - |
| YUV | 156.23 | 65.23 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 45 | 0 | 0.24 | 0.78 | 0.20 | 41.39 | 0.64 | 0.49 |
| Hex | CB | 9A | 2D | 0 | 18 | 4E | 14 | 29 | 40 | 31 |
| Octal | 313 | 232 | 55 | 0 | 30 | 116 | 24 | 51 | 100 | 61 |
| Binary | 11001011 | 10011010 | 101101 | 0 | 11000 | 1001110 | 10100 | 101001 | 1000000 | 110001 |
Color Harmonies of #CB9A2D
Complementary color
Monochromatic Colors of #CB9A2D
Black with #CB9A2D
Text Example
Text Example
White with #CB9A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A2D; }
p { color: rgb(203,154,45); }
H1.HeaderClassName
{
color: #CB9A2D;
}
.AnyTagClassName
{
color: #CB9A2D;
}
</style>
background-color css
<style>
a { background-color: #CB9A2D; }
a { background-color: rgb(203,154,45); }
div.DivClassName
{
background-color: #CB9A2D;
}
.BgClassName
{
background-color: #CB9A2D;
}
</style>
border-color css
<style>
span { border-color: #CB9A2D; }
span { border-color: rgb(203,154,45); }
td.TdClassName
{
border-color: #CB9A2D;
}
.TagClassName
{
border-color: #CB9A2D;
}
</style>