Shades of Fuel Yellow #D29431
Tints of Fuel Yellow #D29431
RGB
CMYK
RGB Variations
Color information
#D29431 (or 0xD29431) is known color: Fuel Yellow. HEX triplet: D2, 94 and 31. RGB value is (210,148,49). Sum of RGB (Red+Green+Blue) = 210+148+49=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 49 (19.53% from 255 or 12.04% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D29431 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29431 is #2D6BCE. Grayscale: #9B9B9B. Windows color (decimal): -2976719 or 3249362. OLE color: 3249362.
HSL color Cylindrical-coordinate representation of color #D29431: hue angle of 36.89º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D29431 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 49 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.18 |
| HSL | 36.89º | 0.64% | 0.51% | - |
| HSV(B) | 36.89º | 0.77% | 0.82% | - |
| XYZ | 37.72 | 35.1 | 7.69 | - |
| YUV | 155.25 | 68.04 | 167.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 49 | 0 | 0.30 | 0.77 | 0.18 | 36.89 | 0.64 | 0.51 |
| Hex | D2 | 94 | 31 | 0 | 1E | 4D | 12 | 25 | 40 | 33 |
| Octal | 322 | 224 | 61 | 0 | 36 | 115 | 22 | 45 | 100 | 63 |
| Binary | 11010010 | 10010100 | 110001 | 0 | 11110 | 1001101 | 10010 | 100101 | 1000000 | 110011 |
Color Harmonies of #D29431
Complementary color
Monochromatic Colors of #D29431
Black with #D29431
Text Example
Text Example
White with #D29431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29431; }
p { color: rgb(210,148,49); }
H1.HeaderClassName
{
color: #D29431;
}
.AnyTagClassName
{
color: #D29431;
}
</style>
background-color css
<style>
a { background-color: #D29431; }
a { background-color: rgb(210,148,49); }
div.DivClassName
{
background-color: #D29431;
}
.BgClassName
{
background-color: #D29431;
}
</style>
border-color css
<style>
span { border-color: #D29431; }
span { border-color: rgb(210,148,49); }
td.TdClassName
{
border-color: #D29431;
}
.TagClassName
{
border-color: #D29431;
}
</style>