Shades of Fuel Yellow #DA8D36
Tints of Fuel Yellow #DA8D36
RGB
CMYK
RGB Variations
Color information
#DA8D36 (or 0xDA8D36) is known color: Fuel Yellow. HEX triplet: DA, 8D and 36. RGB value is (218,141,54). Sum of RGB (Red+Green+Blue) = 218+141+54=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D36 is #2572C9. Grayscale: #9A9A9A. Windows color (decimal): -2454218 or 3575258. OLE color: 3575258.
HSL color Cylindrical-coordinate representation of color #DA8D36: hue angle of 31.83º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA8D36 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 141 | 54 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.15 |
| HSL | 31.83º | 0.69% | 0.53% | - |
| HSV(B) | 31.83º | 0.75% | 0.85% | - |
| XYZ | 39.1 | 34.22 | 8.03 | - |
| YUV | 154.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 141 | 54 | 0 | 0.35 | 0.75 | 0.15 | 31.83 | 0.69 | 0.53 |
| Hex | DA | 8D | 36 | 0 | 23 | 4B | F | 20 | 45 | 35 |
| Octal | 332 | 215 | 66 | 0 | 43 | 113 | 17 | 40 | 105 | 65 |
| Binary | 11011010 | 10001101 | 110110 | 0 | 100011 | 1001011 | 1111 | 100000 | 1000101 | 110101 |
Color Harmonies of #DA8D36
Complementary color
Monochromatic Colors of #DA8D36
Black with #DA8D36
Text Example
Text Example
White with #DA8D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8D36; }
p { color: rgb(218,141,54); }
H1.HeaderClassName
{
color: #DA8D36;
}
.AnyTagClassName
{
color: #DA8D36;
}
</style>
background-color css
<style>
a { background-color: #DA8D36; }
a { background-color: rgb(218,141,54); }
div.DivClassName
{
background-color: #DA8D36;
}
.BgClassName
{
background-color: #DA8D36;
}
</style>
border-color css
<style>
span { border-color: #DA8D36; }
span { border-color: rgb(218,141,54); }
td.TdClassName
{
border-color: #DA8D36;
}
.TagClassName
{
border-color: #DA8D36;
}
</style>