Shades of Fuel Yellow #DA913A
Tints of Fuel Yellow #DA913A
RGB
CMYK
RGB Variations
Color information
#DA913A (or 0xDA913A) is known color: Fuel Yellow. HEX triplet: DA, 91 and 3A. RGB value is (218,145,58). Sum of RGB (Red+Green+Blue) = 218+145+58=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 145 (57.03% from 255 or 34.44% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA913A is #256EC5. Grayscale: #9D9D9D. Windows color (decimal): -2453190 or 3838426. OLE color: 3838426.
HSL color Cylindrical-coordinate representation of color #DA913A: hue angle of 32.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA913A is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 145 | 58 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.15 |
| HSL | 32.63º | 0.68% | 0.54% | - |
| HSV(B) | 32.63º | 0.73% | 0.85% | - |
| XYZ | 39.8 | 35.46 | 8.75 | - |
| YUV | 156.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 145 | 58 | 0 | 0.33 | 0.73 | 0.15 | 32.63 | 0.68 | 0.54 |
| Hex | DA | 91 | 3A | 0 | 21 | 49 | F | 21 | 44 | 36 |
| Octal | 332 | 221 | 72 | 0 | 41 | 111 | 17 | 41 | 104 | 66 |
| Binary | 11011010 | 10010001 | 111010 | 0 | 100001 | 1001001 | 1111 | 100001 | 1000100 | 110110 |
Color Harmonies of #DA913A
Complementary color
Monochromatic Colors of #DA913A
Black with #DA913A
Text Example
Text Example
White with #DA913A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA913A; }
p { color: rgb(218,145,58); }
H1.HeaderClassName
{
color: #DA913A;
}
.AnyTagClassName
{
color: #DA913A;
}
</style>
background-color css
<style>
a { background-color: #DA913A; }
a { background-color: rgb(218,145,58); }
div.DivClassName
{
background-color: #DA913A;
}
.BgClassName
{
background-color: #DA913A;
}
</style>
border-color css
<style>
span { border-color: #DA913A; }
span { border-color: rgb(218,145,58); }
td.TdClassName
{
border-color: #DA913A;
}
.TagClassName
{
border-color: #DA913A;
}
</style>