Shades of Fuel Yellow #DA8931
Tints of Fuel Yellow #DA8931
RGB
CMYK
RGB Variations
Color information
#DA8931 (or 0xDA8931) is known color: Fuel Yellow. HEX triplet: DA, 89 and 31. RGB value is (218,137,49). Sum of RGB (Red+Green+Blue) = 218+137+49=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8931 is #2576CE. Grayscale: #979797. Windows color (decimal): -2455247 or 3246554. OLE color: 3246554.
HSL color Cylindrical-coordinate representation of color #DA8931: hue angle of 31.24º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA8931 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 137 | 49 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.15 |
| HSL | 31.24º | 0.7% | 0.52% | - |
| HSV(B) | 31.24º | 0.78% | 0.85% | - |
| XYZ | 38.41 | 33.02 | 7.25 | - |
| YUV | 151.19 | 70.34 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 137 | 49 | 0 | 0.37 | 0.78 | 0.15 | 31.24 | 0.7 | 0.52 |
| Hex | DA | 89 | 31 | 0 | 25 | 4E | F | 1F | 46 | 34 |
| Octal | 332 | 211 | 61 | 0 | 45 | 116 | 17 | 37 | 106 | 64 |
| Binary | 11011010 | 10001001 | 110001 | 0 | 100101 | 1001110 | 1111 | 11111 | 1000110 | 110100 |
Color Harmonies of #DA8931
Complementary color
Monochromatic Colors of #DA8931
Black with #DA8931
Text Example
Text Example
White with #DA8931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8931; }
p { color: rgb(218,137,49); }
H1.HeaderClassName
{
color: #DA8931;
}
.AnyTagClassName
{
color: #DA8931;
}
</style>
background-color css
<style>
a { background-color: #DA8931; }
a { background-color: rgb(218,137,49); }
div.DivClassName
{
background-color: #DA8931;
}
.BgClassName
{
background-color: #DA8931;
}
</style>
border-color css
<style>
span { border-color: #DA8931; }
span { border-color: rgb(218,137,49); }
td.TdClassName
{
border-color: #DA8931;
}
.TagClassName
{
border-color: #DA8931;
}
</style>