Shades of Fuel Yellow #DA9836
Tints of Fuel Yellow #DA9836
RGB
CMYK
RGB Variations
Color information
#DA9836 (or 0xDA9836) is known color: Fuel Yellow. HEX triplet: DA, 98 and 36. RGB value is (218,152,54). Sum of RGB (Red+Green+Blue) = 218+152+54=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9836 is #2567C9. Grayscale: #A1A1A1. Windows color (decimal): -2451402 or 3578074. OLE color: 3578074.
HSL color Cylindrical-coordinate representation of color #DA9836: hue angle of 35.85º 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 #DA9836 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 152 | 54 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.15 |
| HSL | 35.85º | 0.69% | 0.53% | - |
| HSV(B) | 35.85º | 0.75% | 0.85% | - |
| XYZ | 40.81 | 37.63 | 8.6 | - |
| YUV | 160.56 | 67.87 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 152 | 54 | 0 | 0.30 | 0.75 | 0.15 | 35.85 | 0.69 | 0.53 |
| Hex | DA | 98 | 36 | 0 | 1E | 4B | F | 24 | 45 | 35 |
| Octal | 332 | 230 | 66 | 0 | 36 | 113 | 17 | 44 | 105 | 65 |
| Binary | 11011010 | 10011000 | 110110 | 0 | 11110 | 1001011 | 1111 | 100100 | 1000101 | 110101 |
Color Harmonies of #DA9836
Complementary color
Monochromatic Colors of #DA9836
Black with #DA9836
Text Example
Text Example
White with #DA9836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9836; }
p { color: rgb(218,152,54); }
H1.HeaderClassName
{
color: #DA9836;
}
.AnyTagClassName
{
color: #DA9836;
}
</style>
background-color css
<style>
a { background-color: #DA9836; }
a { background-color: rgb(218,152,54); }
div.DivClassName
{
background-color: #DA9836;
}
.BgClassName
{
background-color: #DA9836;
}
</style>
border-color css
<style>
span { border-color: #DA9836; }
span { border-color: rgb(218,152,54); }
td.TdClassName
{
border-color: #DA9836;
}
.TagClassName
{
border-color: #DA9836;
}
</style>