Shades of Fuel Yellow #D29338
Tints of Fuel Yellow #D29338
RGB
CMYK
RGB Variations
Color information
#D29338 (or 0xD29338) is known color: Fuel Yellow. HEX triplet: D2, 93 and 38. RGB value is (210,147,56). Sum of RGB (Red+Green+Blue) = 210+147+56=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 56 (22.27% from 255 or 13.56% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D29338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29338 is #2D6CC7. Grayscale: #9B9B9B. Windows color (decimal): -2976968 or 3707858. OLE color: 3707858.
HSL color Cylindrical-coordinate representation of color #D29338: hue angle of 35.45º 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 #D29338 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 147 | 56 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.18 |
| HSL | 35.45º | 0.63% | 0.52% | - |
| HSV(B) | 35.45º | 0.73% | 0.82% | - |
| XYZ | 37.73 | 34.85 | 8.48 | - |
| YUV | 155.46 | 71.87 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 147 | 56 | 0 | 0.30 | 0.73 | 0.18 | 35.45 | 0.63 | 0.52 |
| Hex | D2 | 93 | 38 | 0 | 1E | 49 | 12 | 23 | 3F | 34 |
| Octal | 322 | 223 | 70 | 0 | 36 | 111 | 22 | 43 | 77 | 64 |
| Binary | 11010010 | 10010011 | 111000 | 0 | 11110 | 1001001 | 10010 | 100011 | 111111 | 110100 |
Color Harmonies of #D29338
Complementary color
Monochromatic Colors of #D29338
Black with #D29338
Text Example
Text Example
White with #D29338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29338; }
p { color: rgb(210,147,56); }
H1.HeaderClassName
{
color: #D29338;
}
.AnyTagClassName
{
color: #D29338;
}
</style>
background-color css
<style>
a { background-color: #D29338; }
a { background-color: rgb(210,147,56); }
div.DivClassName
{
background-color: #D29338;
}
.BgClassName
{
background-color: #D29338;
}
</style>
border-color css
<style>
span { border-color: #D29338; }
span { border-color: rgb(210,147,56); }
td.TdClassName
{
border-color: #D29338;
}
.TagClassName
{
border-color: #D29338;
}
</style>