Shades of Fuel Yellow #D3983D
Tints of Fuel Yellow #D3983D
RGB
CMYK
RGB Variations
Color information
#D3983D (or 0xD3983D) is known color: Fuel Yellow. HEX triplet: D3, 98 and 3D. RGB value is (211,152,61). Sum of RGB (Red+Green+Blue) = 211+152+61=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3983D is #2C67C2. Grayscale: #9F9F9F. Windows color (decimal): -2910147 or 4036819. OLE color: 4036819.
HSL color Cylindrical-coordinate representation of color #D3983D: hue angle of 36.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3983D is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 152 | 61 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.17 |
| HSL | 36.4º | 0.63% | 0.53% | - |
| HSV(B) | 36.4º | 0.71% | 0.83% | - |
| XYZ | 38.93 | 36.64 | 9.44 | - |
| YUV | 159.27 | 72.55 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 152 | 61 | 0 | 0.28 | 0.71 | 0.17 | 36.4 | 0.63 | 0.53 |
| Hex | D3 | 98 | 3D | 0 | 1C | 47 | 11 | 24 | 3F | 35 |
| Octal | 323 | 230 | 75 | 0 | 34 | 107 | 21 | 44 | 77 | 65 |
| Binary | 11010011 | 10011000 | 111101 | 0 | 11100 | 1000111 | 10001 | 100100 | 111111 | 110101 |
Color Harmonies of #D3983D
Complementary color
Monochromatic Colors of #D3983D
Black with #D3983D
Text Example
Text Example
White with #D3983D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3983D; }
p { color: rgb(211,152,61); }
H1.HeaderClassName
{
color: #D3983D;
}
.AnyTagClassName
{
color: #D3983D;
}
</style>
background-color css
<style>
a { background-color: #D3983D; }
a { background-color: rgb(211,152,61); }
div.DivClassName
{
background-color: #D3983D;
}
.BgClassName
{
background-color: #D3983D;
}
</style>
border-color css
<style>
span { border-color: #D3983D; }
span { border-color: rgb(211,152,61); }
td.TdClassName
{
border-color: #D3983D;
}
.TagClassName
{
border-color: #D3983D;
}
</style>