Shades of Fuel Yellow #DA8D37
Tints of Fuel Yellow #DA8D37
RGB
CMYK
RGB Variations
Color information
#DA8D37 (or 0xDA8D37) is known color: Fuel Yellow. HEX triplet: DA, 8D and 37. RGB value is (218,141,55). Sum of RGB (Red+Green+Blue) = 218+141+55=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 55 (21.88% from 255 or 13.29% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D37 is #2572C8. Grayscale: #9A9A9A. Windows color (decimal): -2454217 or 3640794. OLE color: 3640794.
HSL color Cylindrical-coordinate representation of color #DA8D37: hue angle of 31.66º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA8D37 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 55 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.15 |
| HSL | 31.66º | 0.69% | 0.54% | - |
| HSV(B) | 31.66º | 0.75% | 0.85% | - |
| XYZ | 39.13 | 34.23 | 8.16 | - |
| YUV | 154.22 | 72.01 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 55 | 0 | 0.35 | 0.75 | 0.15 | 31.66 | 0.69 | 0.54 |
| Hex | DA | 8D | 37 | 0 | 23 | 4B | F | 20 | 45 | 36 |
| Octal | 332 | 215 | 67 | 0 | 43 | 113 | 17 | 40 | 105 | 66 |
| Binary | 11011010 | 10001101 | 110111 | 0 | 100011 | 1001011 | 1111 | 100000 | 1000101 | 110110 |
Color Harmonies of #DA8D37
Complementary color
Monochromatic Colors of #DA8D37
Black with #DA8D37
Text Example
Text Example
White with #DA8D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D37; }
p { color: rgb(218,141,55); }
H1.HeaderClassName
{
color: #DA8D37;
}
.AnyTagClassName
{
color: #DA8D37;
}
</style>
background-color css
<style>
a { background-color: #DA8D37; }
a { background-color: rgb(218,141,55); }
div.DivClassName
{
background-color: #DA8D37;
}
.BgClassName
{
background-color: #DA8D37;
}
</style>
border-color css
<style>
span { border-color: #DA8D37; }
span { border-color: rgb(218,141,55); }
td.TdClassName
{
border-color: #DA8D37;
}
.TagClassName
{
border-color: #DA8D37;
}
</style>