Shades of Fuel Yellow #D0922C
Tints of Fuel Yellow #D0922C
RGB
CMYK
RGB Variations
Color information
#D0922C (or 0xD0922C) is known color: Fuel Yellow. HEX triplet: D0, 92 and 2C. RGB value is (208,146,44). Sum of RGB (Red+Green+Blue) = 208+146+44=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0922C is #2F6DD3. Grayscale: #999999. Windows color (decimal): -3108308 or 2921168. OLE color: 2921168.
HSL color Cylindrical-coordinate representation of color #D0922C: hue angle of 37.32º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0922C is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 44 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.18 |
| HSL | 37.32º | 0.65% | 0.49% | - |
| HSV(B) | 37.32º | 0.79% | 0.82% | - |
| XYZ | 36.75 | 34.15 | 7.04 | - |
| YUV | 152.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 44 | 0 | 0.30 | 0.79 | 0.18 | 37.32 | 0.65 | 0.49 |
| Hex | D0 | 92 | 2C | 0 | 1E | 4F | 12 | 25 | 41 | 31 |
| Octal | 320 | 222 | 54 | 0 | 36 | 117 | 22 | 45 | 101 | 61 |
| Binary | 11010000 | 10010010 | 101100 | 0 | 11110 | 1001111 | 10010 | 100101 | 1000001 | 110001 |
Color Harmonies of #D0922C
Complementary color
Monochromatic Colors of #D0922C
Black with #D0922C
Text Example
Text Example
White with #D0922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0922C; }
p { color: rgb(208,146,44); }
H1.HeaderClassName
{
color: #D0922C;
}
.AnyTagClassName
{
color: #D0922C;
}
</style>
background-color css
<style>
a { background-color: #D0922C; }
a { background-color: rgb(208,146,44); }
div.DivClassName
{
background-color: #D0922C;
}
.BgClassName
{
background-color: #D0922C;
}
</style>
border-color css
<style>
span { border-color: #D0922C; }
span { border-color: rgb(208,146,44); }
td.TdClassName
{
border-color: #D0922C;
}
.TagClassName
{
border-color: #D0922C;
}
</style>