Shades of Fuel Yellow #DA9434
Tints of Fuel Yellow #DA9434
RGB
CMYK
RGB Variations
Color information
#DA9434 (or 0xDA9434) is known color: Fuel Yellow. HEX triplet: DA, 94 and 34. RGB value is (218,148,52). Sum of RGB (Red+Green+Blue) = 218+148+52=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA9434 is #256BCB. Grayscale: #9E9E9E. Windows color (decimal): -2452428 or 3445978. OLE color: 3445978.
HSL color Cylindrical-coordinate representation of color #DA9434: hue angle of 34.7º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA9434 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 148 | 52 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.15 |
| HSL | 34.7º | 0.69% | 0.53% | - |
| HSV(B) | 34.7º | 0.76% | 0.85% | - |
| XYZ | 40.12 | 36.33 | 8.15 | - |
| YUV | 157.99 | 68.19 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 148 | 52 | 0 | 0.32 | 0.76 | 0.15 | 34.7 | 0.69 | 0.53 |
| Hex | DA | 94 | 34 | 0 | 20 | 4C | F | 23 | 45 | 35 |
| Octal | 332 | 224 | 64 | 0 | 40 | 114 | 17 | 43 | 105 | 65 |
| Binary | 11011010 | 10010100 | 110100 | 0 | 100000 | 1001100 | 1111 | 100011 | 1000101 | 110101 |
Color Harmonies of #DA9434
Complementary color
Monochromatic Colors of #DA9434
Black with #DA9434
Text Example
Text Example
White with #DA9434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9434; }
p { color: rgb(218,148,52); }
H1.HeaderClassName
{
color: #DA9434;
}
.AnyTagClassName
{
color: #DA9434;
}
</style>
background-color css
<style>
a { background-color: #DA9434; }
a { background-color: rgb(218,148,52); }
div.DivClassName
{
background-color: #DA9434;
}
.BgClassName
{
background-color: #DA9434;
}
</style>
border-color css
<style>
span { border-color: #DA9434; }
span { border-color: rgb(218,148,52); }
td.TdClassName
{
border-color: #DA9434;
}
.TagClassName
{
border-color: #DA9434;
}
</style>