Shades of Fuel Yellow #D29830
Tints of Fuel Yellow #D29830
RGB
CMYK
RGB Variations
Color information
#D29830 (or 0xD29830) is known color: Fuel Yellow. HEX triplet: D2, 98 and 30. RGB value is (210,152,48). Sum of RGB (Red+Green+Blue) = 210+152+48=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 48 (19.14% from 255 or 11.71% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D29830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29830 is #2D67CF. Grayscale: #9D9D9D. Windows color (decimal): -2975696 or 3184850. OLE color: 3184850.
HSL color Cylindrical-coordinate representation of color #D29830: hue angle of 38.52º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D29830 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 48 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.18 |
| HSL | 38.52º | 0.64% | 0.51% | - |
| HSV(B) | 38.52º | 0.77% | 0.82% | - |
| XYZ | 38.34 | 36.37 | 7.8 | - |
| YUV | 157.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 48 | 0 | 0.28 | 0.77 | 0.18 | 38.52 | 0.64 | 0.51 |
| Hex | D2 | 98 | 30 | 0 | 1C | 4D | 12 | 27 | 40 | 33 |
| Octal | 322 | 230 | 60 | 0 | 34 | 115 | 22 | 47 | 100 | 63 |
| Binary | 11010010 | 10011000 | 110000 | 0 | 11100 | 1001101 | 10010 | 100111 | 1000000 | 110011 |
Color Harmonies of #D29830
Complementary color
Monochromatic Colors of #D29830
Black with #D29830
Text Example
Text Example
White with #D29830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29830; }
p { color: rgb(210,152,48); }
H1.HeaderClassName
{
color: #D29830;
}
.AnyTagClassName
{
color: #D29830;
}
</style>
background-color css
<style>
a { background-color: #D29830; }
a { background-color: rgb(210,152,48); }
div.DivClassName
{
background-color: #D29830;
}
.BgClassName
{
background-color: #D29830;
}
</style>
border-color css
<style>
span { border-color: #D29830; }
span { border-color: rgb(210,152,48); }
td.TdClassName
{
border-color: #D29830;
}
.TagClassName
{
border-color: #D29830;
}
</style>