Shades of Fuel Yellow #D29135
Tints of Fuel Yellow #D29135
RGB
CMYK
RGB Variations
Color information
#D29135 (or 0xD29135) is known color: Fuel Yellow. HEX triplet: D2, 91 and 35. RGB value is (210,145,53). Sum of RGB (Red+Green+Blue) = 210+145+53=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 53 (21.09% from 255 or 12.99% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D29135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29135 is #2D6ECA. Grayscale: #9A9A9A. Windows color (decimal): -2977483 or 3510738. OLE color: 3510738.
HSL color Cylindrical-coordinate representation of color #D29135: hue angle of 35.16º 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 #D29135 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 53 | - |
| CMYK | 0 | 0.31 | 0.75 | 0.18 |
| HSL | 35.16º | 0.64% | 0.52% | - |
| HSV(B) | 35.16º | 0.75% | 0.82% | - |
| XYZ | 37.35 | 34.21 | 8 | - |
| YUV | 153.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 53 | 0 | 0.31 | 0.75 | 0.18 | 35.16 | 0.64 | 0.52 |
| Hex | D2 | 91 | 35 | 0 | 1F | 4B | 12 | 23 | 40 | 34 |
| Octal | 322 | 221 | 65 | 0 | 37 | 113 | 22 | 43 | 100 | 64 |
| Binary | 11010010 | 10010001 | 110101 | 0 | 11111 | 1001011 | 10010 | 100011 | 1000000 | 110100 |
Color Harmonies of #D29135
Complementary color
Monochromatic Colors of #D29135
Black with #D29135
Text Example
Text Example
White with #D29135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29135; }
p { color: rgb(210,145,53); }
H1.HeaderClassName
{
color: #D29135;
}
.AnyTagClassName
{
color: #D29135;
}
</style>
background-color css
<style>
a { background-color: #D29135; }
a { background-color: rgb(210,145,53); }
div.DivClassName
{
background-color: #D29135;
}
.BgClassName
{
background-color: #D29135;
}
</style>
border-color css
<style>
span { border-color: #D29135; }
span { border-color: rgb(210,145,53); }
td.TdClassName
{
border-color: #D29135;
}
.TagClassName
{
border-color: #D29135;
}
</style>