Shades of Fuel Yellow #D29834
Tints of Fuel Yellow #D29834
RGB
CMYK
RGB Variations
Color information
#D29834 (or 0xD29834) is known color: Fuel Yellow. HEX triplet: D2, 98 and 34. RGB value is (210,152,52). Sum of RGB (Red+Green+Blue) = 210+152+52=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D29834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29834 is #2D67CB. Grayscale: #9E9E9E. Windows color (decimal): -2975692 or 3446994. OLE color: 3446994.
HSL color Cylindrical-coordinate representation of color #D29834: hue angle of 37.97º 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 #D29834 is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 52 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.18 |
| HSL | 37.97º | 0.64% | 0.51% | - |
| HSV(B) | 37.97º | 0.75% | 0.82% | - |
| XYZ | 38.43 | 36.41 | 8.25 | - |
| YUV | 157.94 | 68.22 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 52 | 0 | 0.28 | 0.75 | 0.18 | 37.97 | 0.64 | 0.51 |
| Hex | D2 | 98 | 34 | 0 | 1C | 4B | 12 | 26 | 40 | 33 |
| Octal | 322 | 230 | 64 | 0 | 34 | 113 | 22 | 46 | 100 | 63 |
| Binary | 11010010 | 10011000 | 110100 | 0 | 11100 | 1001011 | 10010 | 100110 | 1000000 | 110011 |
Color Harmonies of #D29834
Complementary color
Monochromatic Colors of #D29834
Black with #D29834
Text Example
Text Example
White with #D29834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29834; }
p { color: rgb(210,152,52); }
H1.HeaderClassName
{
color: #D29834;
}
.AnyTagClassName
{
color: #D29834;
}
</style>
background-color css
<style>
a { background-color: #D29834; }
a { background-color: rgb(210,152,52); }
div.DivClassName
{
background-color: #D29834;
}
.BgClassName
{
background-color: #D29834;
}
</style>
border-color css
<style>
span { border-color: #D29834; }
span { border-color: rgb(210,152,52); }
td.TdClassName
{
border-color: #D29834;
}
.TagClassName
{
border-color: #D29834;
}
</style>