Shades of Fuel Yellow #D1922D
Tints of Fuel Yellow #D1922D
RGB
CMYK
RGB Variations
Color information
#D1922D (or 0xD1922D) is known color: Fuel Yellow. HEX triplet: D1, 92 and 2D. RGB value is (209,146,45). Sum of RGB (Red+Green+Blue) = 209+146+45=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 45 (17.97% from 255 or 11.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1922D is #2E6DD2. Grayscale: #999999. Windows color (decimal): -3042771 or 2986705. OLE color: 2986705.
HSL color Cylindrical-coordinate representation of color #D1922D: hue angle of 36.95º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1922D is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 146 | 45 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.18 |
| HSL | 36.95º | 0.65% | 0.5% | - |
| HSV(B) | 36.95º | 0.78% | 0.82% | - |
| XYZ | 37.05 | 34.3 | 7.15 | - |
| YUV | 153.32 | 66.87 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 146 | 45 | 0 | 0.30 | 0.78 | 0.18 | 36.95 | 0.65 | 0.5 |
| Hex | D1 | 92 | 2D | 0 | 1E | 4E | 12 | 25 | 41 | 32 |
| Octal | 321 | 222 | 55 | 0 | 36 | 116 | 22 | 45 | 101 | 62 |
| Binary | 11010001 | 10010010 | 101101 | 0 | 11110 | 1001110 | 10010 | 100101 | 1000001 | 110010 |
Color Harmonies of #D1922D
Complementary color
Monochromatic Colors of #D1922D
Black with #D1922D
Text Example
Text Example
White with #D1922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1922D; }
p { color: rgb(209,146,45); }
H1.HeaderClassName
{
color: #D1922D;
}
.AnyTagClassName
{
color: #D1922D;
}
</style>
background-color css
<style>
a { background-color: #D1922D; }
a { background-color: rgb(209,146,45); }
div.DivClassName
{
background-color: #D1922D;
}
.BgClassName
{
background-color: #D1922D;
}
</style>
border-color css
<style>
span { border-color: #D1922D; }
span { border-color: rgb(209,146,45); }
td.TdClassName
{
border-color: #D1922D;
}
.TagClassName
{
border-color: #D1922D;
}
</style>