Shades of Fuel Yellow #D59438
Tints of Fuel Yellow #D59438
RGB
CMYK
RGB Variations
Color information
#D59438 (or 0xD59438) is known color: Fuel Yellow. HEX triplet: D5, 94 and 38. RGB value is (213,148,56). Sum of RGB (Red+Green+Blue) = 213+148+56=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D59438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59438 is #2A6BC7. Grayscale: #9D9D9D. Windows color (decimal): -2780104 or 3708117. OLE color: 3708117.
HSL color Cylindrical-coordinate representation of color #D59438: hue angle of 35.16º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D59438 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 148 | 56 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.16 |
| HSL | 35.16º | 0.65% | 0.53% | - |
| HSV(B) | 35.16º | 0.74% | 0.84% | - |
| XYZ | 38.74 | 35.61 | 8.57 | - |
| YUV | 156.95 | 71.03 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 56 | 0 | 0.31 | 0.74 | 0.16 | 35.16 | 0.65 | 0.53 |
| Hex | D5 | 94 | 38 | 0 | 1F | 4A | 10 | 23 | 41 | 35 |
| Octal | 325 | 224 | 70 | 0 | 37 | 112 | 20 | 43 | 101 | 65 |
| Binary | 11010101 | 10010100 | 111000 | 0 | 11111 | 1001010 | 10000 | 100011 | 1000001 | 110101 |
Color Harmonies of #D59438
Complementary color
Monochromatic Colors of #D59438
Black with #D59438
Text Example
Text Example
White with #D59438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59438; }
p { color: rgb(213,148,56); }
H1.HeaderClassName
{
color: #D59438;
}
.AnyTagClassName
{
color: #D59438;
}
</style>
background-color css
<style>
a { background-color: #D59438; }
a { background-color: rgb(213,148,56); }
div.DivClassName
{
background-color: #D59438;
}
.BgClassName
{
background-color: #D59438;
}
</style>
border-color css
<style>
span { border-color: #D59438; }
span { border-color: rgb(213,148,56); }
td.TdClassName
{
border-color: #D59438;
}
.TagClassName
{
border-color: #D59438;
}
</style>