Shades of Fuel Yellow #D29635
Tints of Fuel Yellow #D29635
RGB
CMYK
RGB Variations
Color information
#D29635 (or 0xD29635) is known color: Fuel Yellow. HEX triplet: D2, 96 and 35. RGB value is (210,150,53). Sum of RGB (Red+Green+Blue) = 210+150+53=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 53 (21.09% from 255 or 12.83% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D29635 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29635 is #2D69CA. Grayscale: #9D9D9D. Windows color (decimal): -2976203 or 3512018. OLE color: 3512018.
HSL color Cylindrical-coordinate representation of color #D29635: hue angle of 37.07º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D29635 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 53 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.18 |
| HSL | 37.07º | 0.64% | 0.52% | - |
| HSV(B) | 37.07º | 0.75% | 0.82% | - |
| XYZ | 38.13 | 35.77 | 8.26 | - |
| YUV | 156.88 | 69.38 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 53 | 0 | 0.29 | 0.75 | 0.18 | 37.07 | 0.64 | 0.52 |
| Hex | D2 | 96 | 35 | 0 | 1D | 4B | 12 | 25 | 40 | 34 |
| Octal | 322 | 226 | 65 | 0 | 35 | 113 | 22 | 45 | 100 | 64 |
| Binary | 11010010 | 10010110 | 110101 | 0 | 11101 | 1001011 | 10010 | 100101 | 1000000 | 110100 |
Color Harmonies of #D29635
Complementary color
Monochromatic Colors of #D29635
Black with #D29635
Text Example
Text Example
White with #D29635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29635; }
p { color: rgb(210,150,53); }
H1.HeaderClassName
{
color: #D29635;
}
.AnyTagClassName
{
color: #D29635;
}
</style>
background-color css
<style>
a { background-color: #D29635; }
a { background-color: rgb(210,150,53); }
div.DivClassName
{
background-color: #D29635;
}
.BgClassName
{
background-color: #D29635;
}
</style>
border-color css
<style>
span { border-color: #D29635; }
span { border-color: rgb(210,150,53); }
td.TdClassName
{
border-color: #D29635;
}
.TagClassName
{
border-color: #D29635;
}
</style>