Shades of Fuel Yellow #D29332
Tints of Fuel Yellow #D29332
RGB
CMYK
RGB Variations
Color information
#D29332 (or 0xD29332) is known color: Fuel Yellow. HEX triplet: D2, 93 and 32. RGB value is (210,147,50). Sum of RGB (Red+Green+Blue) = 210+147+50=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 50 (19.92% from 255 or 12.29% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D29332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29332 is #2D6CCD. Grayscale: #9B9B9B. Windows color (decimal): -2976974 or 3314642. OLE color: 3314642.
HSL color Cylindrical-coordinate representation of color #D29332: hue angle of 36.38º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D29332 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 50 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.18 |
| HSL | 36.38º | 0.64% | 0.51% | - |
| HSV(B) | 36.38º | 0.76% | 0.82% | - |
| XYZ | 37.59 | 34.8 | 7.75 | - |
| YUV | 154.78 | 68.87 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 50 | 0 | 0.30 | 0.76 | 0.18 | 36.38 | 0.64 | 0.51 |
| Hex | D2 | 93 | 32 | 0 | 1E | 4C | 12 | 24 | 40 | 33 |
| Octal | 322 | 223 | 62 | 0 | 36 | 114 | 22 | 44 | 100 | 63 |
| Binary | 11010010 | 10010011 | 110010 | 0 | 11110 | 1001100 | 10010 | 100100 | 1000000 | 110011 |
Color Harmonies of #D29332
Complementary color
Monochromatic Colors of #D29332
Black with #D29332
Text Example
Text Example
White with #D29332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29332; }
p { color: rgb(210,147,50); }
H1.HeaderClassName
{
color: #D29332;
}
.AnyTagClassName
{
color: #D29332;
}
</style>
background-color css
<style>
a { background-color: #D29332; }
a { background-color: rgb(210,147,50); }
div.DivClassName
{
background-color: #D29332;
}
.BgClassName
{
background-color: #D29332;
}
</style>
border-color css
<style>
span { border-color: #D29332; }
span { border-color: rgb(210,147,50); }
td.TdClassName
{
border-color: #D29332;
}
.TagClassName
{
border-color: #D29332;
}
</style>