Shades of Fuel Yellow #DA8A37
Tints of Fuel Yellow #DA8A37
RGB
CMYK
RGB Variations
Color information
#DA8A37 (or 0xDA8A37) is known color: Fuel Yellow. HEX triplet: DA, 8A and 37. RGB value is (218,138,55). Sum of RGB (Red+Green+Blue) = 218+138+55=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8A37 is #2575C8. Grayscale: #989898. Windows color (decimal): -2454985 or 3640026. OLE color: 3640026.
HSL color Cylindrical-coordinate representation of color #DA8A37: hue angle of 30.55º 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 #DA8A37 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 55 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.15 |
| HSL | 30.55º | 0.69% | 0.54% | - |
| HSV(B) | 30.55º | 0.75% | 0.85% | - |
| XYZ | 38.69 | 33.36 | 8.01 | - |
| YUV | 152.46 | 73 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 55 | 0 | 0.37 | 0.75 | 0.15 | 30.55 | 0.69 | 0.54 |
| Hex | DA | 8A | 37 | 0 | 25 | 4B | F | 1F | 45 | 36 |
| Octal | 332 | 212 | 67 | 0 | 45 | 113 | 17 | 37 | 105 | 66 |
| Binary | 11011010 | 10001010 | 110111 | 0 | 100101 | 1001011 | 1111 | 11111 | 1000101 | 110110 |
Color Harmonies of #DA8A37
Complementary color
Monochromatic Colors of #DA8A37
Black with #DA8A37
Text Example
Text Example
White with #DA8A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A37; }
p { color: rgb(218,138,55); }
H1.HeaderClassName
{
color: #DA8A37;
}
.AnyTagClassName
{
color: #DA8A37;
}
</style>
background-color css
<style>
a { background-color: #DA8A37; }
a { background-color: rgb(218,138,55); }
div.DivClassName
{
background-color: #DA8A37;
}
.BgClassName
{
background-color: #DA8A37;
}
</style>
border-color css
<style>
span { border-color: #DA8A37; }
span { border-color: rgb(218,138,55); }
td.TdClassName
{
border-color: #DA8A37;
}
.TagClassName
{
border-color: #DA8A37;
}
</style>