Shades of Fuel Yellow #DA8A30
Tints of Fuel Yellow #DA8A30
RGB
CMYK
RGB Variations
Color information
#DA8A30 (or 0xDA8A30) is known color: Fuel Yellow. HEX triplet: DA, 8A and 30. RGB value is (218,138,48). Sum of RGB (Red+Green+Blue) = 218+138+48=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A30 is #2575CF. Grayscale: #989898. Windows color (decimal): -2454992 or 3181274. OLE color: 3181274.
HSL color Cylindrical-coordinate representation of color #DA8A30: hue angle of 31.76º 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 #DA8A30 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 48 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.15 |
| HSL | 31.76º | 0.7% | 0.52% | - |
| HSV(B) | 31.76º | 0.78% | 0.85% | - |
| XYZ | 38.54 | 33.3 | 7.19 | - |
| YUV | 151.66 | 69.5 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 48 | 0 | 0.37 | 0.78 | 0.15 | 31.76 | 0.7 | 0.52 |
| Hex | DA | 8A | 30 | 0 | 25 | 4E | F | 20 | 46 | 34 |
| Octal | 332 | 212 | 60 | 0 | 45 | 116 | 17 | 40 | 106 | 64 |
| Binary | 11011010 | 10001010 | 110000 | 0 | 100101 | 1001110 | 1111 | 100000 | 1000110 | 110100 |
Color Harmonies of #DA8A30
Complementary color
Monochromatic Colors of #DA8A30
Black with #DA8A30
Text Example
Text Example
White with #DA8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A30; }
p { color: rgb(218,138,48); }
H1.HeaderClassName
{
color: #DA8A30;
}
.AnyTagClassName
{
color: #DA8A30;
}
</style>
background-color css
<style>
a { background-color: #DA8A30; }
a { background-color: rgb(218,138,48); }
div.DivClassName
{
background-color: #DA8A30;
}
.BgClassName
{
background-color: #DA8A30;
}
</style>
border-color css
<style>
span { border-color: #DA8A30; }
span { border-color: rgb(218,138,48); }
td.TdClassName
{
border-color: #DA8A30;
}
.TagClassName
{
border-color: #DA8A30;
}
</style>