Shades of Fuel Yellow #C98D2D
Tints of Fuel Yellow #C98D2D
RGB
CMYK
RGB Variations
Color information
#C98D2D (or 0xC98D2D) is known color: Fuel Yellow. HEX triplet: C9, 8D and 2D. RGB value is (201,141,45). Sum of RGB (Red+Green+Blue) = 201+141+45=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C98D2D is #3672D2. Grayscale: #949494. Windows color (decimal): -3568339 or 2985417. OLE color: 2985417.
HSL color Cylindrical-coordinate representation of color #C98D2D: hue angle of 36.92º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C98D2D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 141 | 45 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.21 |
| HSL | 36.92º | 0.63% | 0.48% | - |
| HSV(B) | 36.92º | 0.78% | 0.79% | - |
| XYZ | 34.09 | 31.66 | 6.8 | - |
| YUV | 148 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 141 | 45 | 0 | 0.30 | 0.78 | 0.21 | 36.92 | 0.63 | 0.48 |
| Hex | C9 | 8D | 2D | 0 | 1E | 4E | 15 | 25 | 3F | 30 |
| Octal | 311 | 215 | 55 | 0 | 36 | 116 | 25 | 45 | 77 | 60 |
| Binary | 11001001 | 10001101 | 101101 | 0 | 11110 | 1001110 | 10101 | 100101 | 111111 | 110000 |
Color Harmonies of #C98D2D
Complementary color
Monochromatic Colors of #C98D2D
Black with #C98D2D
Text Example
Text Example
White with #C98D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C98D2D; }
p { color: rgb(201,141,45); }
H1.HeaderClassName
{
color: #C98D2D;
}
.AnyTagClassName
{
color: #C98D2D;
}
</style>
background-color css
<style>
a { background-color: #C98D2D; }
a { background-color: rgb(201,141,45); }
div.DivClassName
{
background-color: #C98D2D;
}
.BgClassName
{
background-color: #C98D2D;
}
</style>
border-color css
<style>
span { border-color: #C98D2D; }
span { border-color: rgb(201,141,45); }
td.TdClassName
{
border-color: #C98D2D;
}
.TagClassName
{
border-color: #C98D2D;
}
</style>