Shades of Fuel Yellow #D29F39
Tints of Fuel Yellow #D29F39
RGB
CMYK
RGB Variations
Color information
#D29F39 (or 0xD29F39) is known color: Fuel Yellow. HEX triplet: D2, 9F and 39. RGB value is (210,159,57). Sum of RGB (Red+Green+Blue) = 210+159+57=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 57 (22.66% from 255 or 13.38% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D29F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29F39 is #2D60C6. Grayscale: #A3A3A3. Windows color (decimal): -2973895 or 3776466. OLE color: 3776466.
HSL color Cylindrical-coordinate representation of color #D29F39: hue angle of 40º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D29F39 is Cyan = 0, Magento = 0.24, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 159 | 57 | - |
| CMYK | 0 | 0.24 | 0.73 | 0.18 |
| HSL | 40º | 0.63% | 0.52% | - |
| HSV(B) | 40º | 0.73% | 0.82% | - |
| XYZ | 39.72 | 38.79 | 9.27 | - |
| YUV | 162.62 | 68.4 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 159 | 57 | 0 | 0.24 | 0.73 | 0.18 | 40 | 0.63 | 0.52 |
| Hex | D2 | 9F | 39 | 0 | 18 | 49 | 12 | 28 | 3F | 34 |
| Octal | 322 | 237 | 71 | 0 | 30 | 111 | 22 | 50 | 77 | 64 |
| Binary | 11010010 | 10011111 | 111001 | 0 | 11000 | 1001001 | 10010 | 101000 | 111111 | 110100 |
Color Harmonies of #D29F39
Complementary color
Monochromatic Colors of #D29F39
Black with #D29F39
Text Example
Text Example
White with #D29F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29F39; }
p { color: rgb(210,159,57); }
H1.HeaderClassName
{
color: #D29F39;
}
.AnyTagClassName
{
color: #D29F39;
}
</style>
background-color css
<style>
a { background-color: #D29F39; }
a { background-color: rgb(210,159,57); }
div.DivClassName
{
background-color: #D29F39;
}
.BgClassName
{
background-color: #D29F39;
}
</style>
border-color css
<style>
span { border-color: #D29F39; }
span { border-color: rgb(210,159,57); }
td.TdClassName
{
border-color: #D29F39;
}
.TagClassName
{
border-color: #D29F39;
}
</style>