Shades of Fuel Yellow #D29632
Tints of Fuel Yellow #D29632
RGB
CMYK
RGB Variations
Color information
#D29632 (or 0xD29632) is known color: Fuel Yellow. HEX triplet: D2, 96 and 32. RGB value is (210,150,50). Sum of RGB (Red+Green+Blue) = 210+150+50=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D29632 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29632 is #2D69CD. Grayscale: #9D9D9D. Windows color (decimal): -2976206 or 3315410. OLE color: 3315410.
HSL color Cylindrical-coordinate representation of color #D29632: hue angle of 37.5º 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 #D29632 is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 50 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.18 |
| HSL | 37.5º | 0.64% | 0.51% | - |
| HSV(B) | 37.5º | 0.76% | 0.82% | - |
| XYZ | 38.06 | 35.74 | 7.91 | - |
| YUV | 156.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 50 | 0 | 0.29 | 0.76 | 0.18 | 37.5 | 0.64 | 0.51 |
| Hex | D2 | 96 | 32 | 0 | 1D | 4C | 12 | 26 | 40 | 33 |
| Octal | 322 | 226 | 62 | 0 | 35 | 114 | 22 | 46 | 100 | 63 |
| Binary | 11010010 | 10010110 | 110010 | 0 | 11101 | 1001100 | 10010 | 100110 | 1000000 | 110011 |
Color Harmonies of #D29632
Complementary color
Monochromatic Colors of #D29632
Black with #D29632
Text Example
Text Example
White with #D29632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29632; }
p { color: rgb(210,150,50); }
H1.HeaderClassName
{
color: #D29632;
}
.AnyTagClassName
{
color: #D29632;
}
</style>
background-color css
<style>
a { background-color: #D29632; }
a { background-color: rgb(210,150,50); }
div.DivClassName
{
background-color: #D29632;
}
.BgClassName
{
background-color: #D29632;
}
</style>
border-color css
<style>
span { border-color: #D29632; }
span { border-color: rgb(210,150,50); }
td.TdClassName
{
border-color: #D29632;
}
.TagClassName
{
border-color: #D29632;
}
</style>