Shades of Fuel Yellow #D29038
Tints of Fuel Yellow #D29038
RGB
CMYK
RGB Variations
Color information
#D29038 (or 0xD29038) is known color: Fuel Yellow. HEX triplet: D2, 90 and 38. RGB value is (210,144,56). Sum of RGB (Red+Green+Blue) = 210+144+56=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 56 (22.27% from 255 or 13.66% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D29038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29038 is #2D6FC7. Grayscale: #9A9A9A. Windows color (decimal): -2977736 or 3707090. OLE color: 3707090.
HSL color Cylindrical-coordinate representation of color #D29038: hue angle of 34.29º 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 #D29038 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 56 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.18 |
| HSL | 34.29º | 0.63% | 0.52% | - |
| HSV(B) | 34.29º | 0.73% | 0.82% | - |
| XYZ | 37.27 | 33.93 | 8.33 | - |
| YUV | 153.7 | 72.87 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 56 | 0 | 0.31 | 0.73 | 0.18 | 34.29 | 0.63 | 0.52 |
| Hex | D2 | 90 | 38 | 0 | 1F | 49 | 12 | 22 | 3F | 34 |
| Octal | 322 | 220 | 70 | 0 | 37 | 111 | 22 | 42 | 77 | 64 |
| Binary | 11010010 | 10010000 | 111000 | 0 | 11111 | 1001001 | 10010 | 100010 | 111111 | 110100 |
Color Harmonies of #D29038
Complementary color
Monochromatic Colors of #D29038
Black with #D29038
Text Example
Text Example
White with #D29038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29038; }
p { color: rgb(210,144,56); }
H1.HeaderClassName
{
color: #D29038;
}
.AnyTagClassName
{
color: #D29038;
}
</style>
background-color css
<style>
a { background-color: #D29038; }
a { background-color: rgb(210,144,56); }
div.DivClassName
{
background-color: #D29038;
}
.BgClassName
{
background-color: #D29038;
}
</style>
border-color css
<style>
span { border-color: #D29038; }
span { border-color: rgb(210,144,56); }
td.TdClassName
{
border-color: #D29038;
}
.TagClassName
{
border-color: #D29038;
}
</style>