Shades of Fuel Yellow #D29740
Tints of Fuel Yellow #D29740
RGB
CMYK
RGB Variations
Color information
#D29740 (or 0xD29740) is known color: Fuel Yellow. HEX triplet: D2, 97 and 40. RGB value is (210,151,64). Sum of RGB (Red+Green+Blue) = 210+151+64=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D29740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29740 is #2D68BF. Grayscale: #9F9F9F. Windows color (decimal): -2975936 or 4233170. OLE color: 4233170.
HSL color Cylindrical-coordinate representation of color #D29740: hue angle of 35.75º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D29740 is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 151 | 64 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.18 |
| HSL | 35.75º | 0.62% | 0.54% | - |
| HSV(B) | 35.75º | 0.7% | 0.82% | - |
| XYZ | 38.57 | 36.21 | 9.81 | - |
| YUV | 158.72 | 74.55 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 151 | 64 | 0 | 0.28 | 0.70 | 0.18 | 35.75 | 0.62 | 0.54 |
| Hex | D2 | 97 | 40 | 0 | 1C | 46 | 12 | 24 | 3E | 36 |
| Octal | 322 | 227 | 100 | 0 | 34 | 106 | 22 | 44 | 76 | 66 |
| Binary | 11010010 | 10010111 | 1000000 | 0 | 11100 | 1000110 | 10010 | 100100 | 111110 | 110110 |
Color Harmonies of #D29740
Complementary color
Monochromatic Colors of #D29740
Black with #D29740
Text Example
Text Example
White with #D29740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29740; }
p { color: rgb(210,151,64); }
H1.HeaderClassName
{
color: #D29740;
}
.AnyTagClassName
{
color: #D29740;
}
</style>
background-color css
<style>
a { background-color: #D29740; }
a { background-color: rgb(210,151,64); }
div.DivClassName
{
background-color: #D29740;
}
.BgClassName
{
background-color: #D29740;
}
</style>
border-color css
<style>
span { border-color: #D29740; }
span { border-color: rgb(210,151,64); }
td.TdClassName
{
border-color: #D29740;
}
.TagClassName
{
border-color: #D29740;
}
</style>