Shades of Fuel Yellow #D29E34
Tints of Fuel Yellow #D29E34
RGB
CMYK
RGB Variations
Color information
#D29E34 (or 0xD29E34) is known color: Fuel Yellow. HEX triplet: D2, 9E and 34. RGB value is (210,158,52). Sum of RGB (Red+Green+Blue) = 210+158+52=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D29E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29E34 is #2D61CB. Grayscale: #A1A1A1. Windows color (decimal): -2974156 or 3448530. OLE color: 3448530.
HSL color Cylindrical-coordinate representation of color #D29E34: hue angle of 40.25º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D29E34 is Cyan = 0, Magento = 0.25, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 158 | 52 | - |
| CMYK | 0 | 0.25 | 0.75 | 0.18 |
| HSL | 40.25º | 0.64% | 0.51% | - |
| HSV(B) | 40.25º | 0.75% | 0.82% | - |
| XYZ | 39.43 | 38.4 | 8.58 | - |
| YUV | 161.46 | 66.23 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 158 | 52 | 0 | 0.25 | 0.75 | 0.18 | 40.25 | 0.64 | 0.51 |
| Hex | D2 | 9E | 34 | 0 | 19 | 4B | 12 | 28 | 40 | 33 |
| Octal | 322 | 236 | 64 | 0 | 31 | 113 | 22 | 50 | 100 | 63 |
| Binary | 11010010 | 10011110 | 110100 | 0 | 11001 | 1001011 | 10010 | 101000 | 1000000 | 110011 |
Color Harmonies of #D29E34
Complementary color
Monochromatic Colors of #D29E34
Black with #D29E34
Text Example
Text Example
White with #D29E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29E34; }
p { color: rgb(210,158,52); }
H1.HeaderClassName
{
color: #D29E34;
}
.AnyTagClassName
{
color: #D29E34;
}
</style>
background-color css
<style>
a { background-color: #D29E34; }
a { background-color: rgb(210,158,52); }
div.DivClassName
{
background-color: #D29E34;
}
.BgClassName
{
background-color: #D29E34;
}
</style>
border-color css
<style>
span { border-color: #D29E34; }
span { border-color: rgb(210,158,52); }
td.TdClassName
{
border-color: #D29E34;
}
.TagClassName
{
border-color: #D29E34;
}
</style>