Shades of Fuel Yellow #D29030
Tints of Fuel Yellow #D29030
RGB
CMYK
RGB Variations
Color information
#D29030 (or 0xD29030) is known color: Fuel Yellow. HEX triplet: D2, 90 and 30. RGB value is (210,144,48). Sum of RGB (Red+Green+Blue) = 210+144+48=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D29030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29030 is #2D6FCF. Grayscale: #999999. Windows color (decimal): -2977744 or 3182802. OLE color: 3182802.
HSL color Cylindrical-coordinate representation of color #D29030: hue angle of 35.56º 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 #D29030 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 48 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.18 |
| HSL | 35.56º | 0.64% | 0.51% | - |
| HSV(B) | 35.56º | 0.77% | 0.82% | - |
| XYZ | 37.09 | 33.86 | 7.38 | - |
| YUV | 152.79 | 68.87 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 48 | 0 | 0.31 | 0.77 | 0.18 | 35.56 | 0.64 | 0.51 |
| Hex | D2 | 90 | 30 | 0 | 1F | 4D | 12 | 24 | 40 | 33 |
| Octal | 322 | 220 | 60 | 0 | 37 | 115 | 22 | 44 | 100 | 63 |
| Binary | 11010010 | 10010000 | 110000 | 0 | 11111 | 1001101 | 10010 | 100100 | 1000000 | 110011 |
Color Harmonies of #D29030
Complementary color
Monochromatic Colors of #D29030
Black with #D29030
Text Example
Text Example
White with #D29030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29030; }
p { color: rgb(210,144,48); }
H1.HeaderClassName
{
color: #D29030;
}
.AnyTagClassName
{
color: #D29030;
}
</style>
background-color css
<style>
a { background-color: #D29030; }
a { background-color: rgb(210,144,48); }
div.DivClassName
{
background-color: #D29030;
}
.BgClassName
{
background-color: #D29030;
}
</style>
border-color css
<style>
span { border-color: #D29030; }
span { border-color: rgb(210,144,48); }
td.TdClassName
{
border-color: #D29030;
}
.TagClassName
{
border-color: #D29030;
}
</style>