Shades of Fuel Yellow #DA9A36
Tints of Fuel Yellow #DA9A36
RGB
CMYK
RGB Variations
Color information
#DA9A36 (or 0xDA9A36) is known color: Fuel Yellow. HEX triplet: DA, 9A and 36. RGB value is (218,154,54). Sum of RGB (Red+Green+Blue) = 218+154+54=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9A36 is #2565C9. Grayscale: #A2A2A2. Windows color (decimal): -2450890 or 3578586. OLE color: 3578586.
HSL color Cylindrical-coordinate representation of color #DA9A36: hue angle of 36.59º 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 #DA9A36 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 54 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.15 |
| HSL | 36.59º | 0.69% | 0.53% | - |
| HSV(B) | 36.59º | 0.75% | 0.85% | - |
| XYZ | 41.13 | 38.28 | 8.71 | - |
| YUV | 161.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 54 | 0 | 0.29 | 0.75 | 0.15 | 36.59 | 0.69 | 0.53 |
| Hex | DA | 9A | 36 | 0 | 1D | 4B | F | 25 | 45 | 35 |
| Octal | 332 | 232 | 66 | 0 | 35 | 113 | 17 | 45 | 105 | 65 |
| Binary | 11011010 | 10011010 | 110110 | 0 | 11101 | 1001011 | 1111 | 100101 | 1000101 | 110101 |
Color Harmonies of #DA9A36
Complementary color
Monochromatic Colors of #DA9A36
Black with #DA9A36
Text Example
Text Example
White with #DA9A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9A36; }
p { color: rgb(218,154,54); }
H1.HeaderClassName
{
color: #DA9A36;
}
.AnyTagClassName
{
color: #DA9A36;
}
</style>
background-color css
<style>
a { background-color: #DA9A36; }
a { background-color: rgb(218,154,54); }
div.DivClassName
{
background-color: #DA9A36;
}
.BgClassName
{
background-color: #DA9A36;
}
</style>
border-color css
<style>
span { border-color: #DA9A36; }
span { border-color: rgb(218,154,54); }
td.TdClassName
{
border-color: #DA9A36;
}
.TagClassName
{
border-color: #DA9A36;
}
</style>