Shades of Fuel Yellow #D0922B
Tints of Fuel Yellow #D0922B
RGB
CMYK
RGB Variations
Color information
#D0922B (or 0xD0922B) is known color: Fuel Yellow. HEX triplet: D0, 92 and 2B. RGB value is (208,146,43). Sum of RGB (Red+Green+Blue) = 208+146+43=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 43 (17.19% from 255 or 10.83% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0922B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0922B is #2F6DD4. Grayscale: #999999. Windows color (decimal): -3108309 or 2855632. OLE color: 2855632.
HSL color Cylindrical-coordinate representation of color #D0922B: hue angle of 37.45º degrees, saturation: 0.66, 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 #D0922B is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 43 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.18 |
| HSL | 37.45º | 0.66% | 0.49% | - |
| HSV(B) | 37.45º | 0.79% | 0.82% | - |
| XYZ | 36.73 | 34.14 | 6.94 | - |
| YUV | 152.8 | 66.04 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 43 | 0 | 0.30 | 0.79 | 0.18 | 37.45 | 0.66 | 0.49 |
| Hex | D0 | 92 | 2B | 0 | 1E | 4F | 12 | 25 | 42 | 31 |
| Octal | 320 | 222 | 53 | 0 | 36 | 117 | 22 | 45 | 102 | 61 |
| Binary | 11010000 | 10010010 | 101011 | 0 | 11110 | 1001111 | 10010 | 100101 | 1000010 | 110001 |
Color Harmonies of #D0922B
Complementary color
Monochromatic Colors of #D0922B
Black with #D0922B
Text Example
Text Example
White with #D0922B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0922B; }
p { color: rgb(208,146,43); }
H1.HeaderClassName
{
color: #D0922B;
}
.AnyTagClassName
{
color: #D0922B;
}
</style>
background-color css
<style>
a { background-color: #D0922B; }
a { background-color: rgb(208,146,43); }
div.DivClassName
{
background-color: #D0922B;
}
.BgClassName
{
background-color: #D0922B;
}
</style>
border-color css
<style>
span { border-color: #D0922B; }
span { border-color: rgb(208,146,43); }
td.TdClassName
{
border-color: #D0922B;
}
.TagClassName
{
border-color: #D0922B;
}
</style>