Shades of Fuel Yellow #D89538
Tints of Fuel Yellow #D89538
RGB
CMYK
RGB Variations
Color information
#D89538 (or 0xD89538) is known color: Fuel Yellow. HEX triplet: D8, 95 and 38. RGB value is (216,149,56). Sum of RGB (Red+Green+Blue) = 216+149+56=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D89538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D89538 is #276AC7. Grayscale: #9E9E9E. Windows color (decimal): -2583240 or 3708376. OLE color: 3708376.
HSL color Cylindrical-coordinate representation of color #D89538: hue angle of 34.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D89538 is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 56 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.15 |
| HSL | 34.88º | 0.67% | 0.53% | - |
| HSV(B) | 34.88º | 0.74% | 0.85% | - |
| XYZ | 39.78 | 36.38 | 8.67 | - |
| YUV | 158.43 | 70.2 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 56 | 0 | 0.31 | 0.74 | 0.15 | 34.88 | 0.67 | 0.53 |
| Hex | D8 | 95 | 38 | 0 | 1F | 4A | F | 23 | 43 | 35 |
| Octal | 330 | 225 | 70 | 0 | 37 | 112 | 17 | 43 | 103 | 65 |
| Binary | 11011000 | 10010101 | 111000 | 0 | 11111 | 1001010 | 1111 | 100011 | 1000011 | 110101 |
Color Harmonies of #D89538
Complementary color
Monochromatic Colors of #D89538
Black with #D89538
Text Example
Text Example
White with #D89538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89538; }
p { color: rgb(216,149,56); }
H1.HeaderClassName
{
color: #D89538;
}
.AnyTagClassName
{
color: #D89538;
}
</style>
background-color css
<style>
a { background-color: #D89538; }
a { background-color: rgb(216,149,56); }
div.DivClassName
{
background-color: #D89538;
}
.BgClassName
{
background-color: #D89538;
}
</style>
border-color css
<style>
span { border-color: #D89538; }
span { border-color: rgb(216,149,56); }
td.TdClassName
{
border-color: #D89538;
}
.TagClassName
{
border-color: #D89538;
}
</style>