Shades of Fuel Yellow #D8923A
Tints of Fuel Yellow #D8923A
RGB
CMYK
RGB Variations
Color information
#D8923A (or 0xD8923A) is known color: Fuel Yellow. HEX triplet: D8, 92 and 3A. RGB value is (216,146,58). Sum of RGB (Red+Green+Blue) = 216+146+58=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8923A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8923A is #276DC5. Grayscale: #9D9D9D. Windows color (decimal): -2584006 or 3838680. OLE color: 3838680.
HSL color Cylindrical-coordinate representation of color #D8923A: hue angle of 33.42º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8923A is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 58 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.15 |
| HSL | 33.42º | 0.67% | 0.54% | - |
| HSV(B) | 33.42º | 0.73% | 0.85% | - |
| XYZ | 39.36 | 35.46 | 8.77 | - |
| YUV | 156.9 | 72.19 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 58 | 0 | 0.32 | 0.73 | 0.15 | 33.42 | 0.67 | 0.54 |
| Hex | D8 | 92 | 3A | 0 | 20 | 49 | F | 21 | 43 | 36 |
| Octal | 330 | 222 | 72 | 0 | 40 | 111 | 17 | 41 | 103 | 66 |
| Binary | 11011000 | 10010010 | 111010 | 0 | 100000 | 1001001 | 1111 | 100001 | 1000011 | 110110 |
Color Harmonies of #D8923A
Complementary color
Monochromatic Colors of #D8923A
Black with #D8923A
Text Example
Text Example
White with #D8923A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8923A; }
p { color: rgb(216,146,58); }
H1.HeaderClassName
{
color: #D8923A;
}
.AnyTagClassName
{
color: #D8923A;
}
</style>
background-color css
<style>
a { background-color: #D8923A; }
a { background-color: rgb(216,146,58); }
div.DivClassName
{
background-color: #D8923A;
}
.BgClassName
{
background-color: #D8923A;
}
</style>
border-color css
<style>
span { border-color: #D8923A; }
span { border-color: rgb(216,146,58); }
td.TdClassName
{
border-color: #D8923A;
}
.TagClassName
{
border-color: #D8923A;
}
</style>