Shades of Fuel Yellow #D0983E
Tints of Fuel Yellow #D0983E
RGB
CMYK
RGB Variations
Color information
#D0983E (or 0xD0983E) is known color: Fuel Yellow. HEX triplet: D0, 98 and 3E. RGB value is (208,152,62). Sum of RGB (Red+Green+Blue) = 208+152+62=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0983E is #2F67C1. Grayscale: #9E9E9E. Windows color (decimal): -3106754 or 4102352. OLE color: 4102352.
HSL color Cylindrical-coordinate representation of color #D0983E: hue angle of 36.99º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0983E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 152 | 62 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.18 |
| HSL | 36.99º | 0.61% | 0.53% | - |
| HSV(B) | 36.99º | 0.7% | 0.82% | - |
| XYZ | 38.11 | 36.21 | 9.54 | - |
| YUV | 158.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 152 | 62 | 0 | 0.27 | 0.70 | 0.18 | 36.99 | 0.61 | 0.53 |
| Hex | D0 | 98 | 3E | 0 | 1B | 46 | 12 | 25 | 3D | 35 |
| Octal | 320 | 230 | 76 | 0 | 33 | 106 | 22 | 45 | 75 | 65 |
| Binary | 11010000 | 10011000 | 111110 | 0 | 11011 | 1000110 | 10010 | 100101 | 111101 | 110101 |
Color Harmonies of #D0983E
Complementary color
Monochromatic Colors of #D0983E
Black with #D0983E
Text Example
Text Example
White with #D0983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0983E; }
p { color: rgb(208,152,62); }
H1.HeaderClassName
{
color: #D0983E;
}
.AnyTagClassName
{
color: #D0983E;
}
</style>
background-color css
<style>
a { background-color: #D0983E; }
a { background-color: rgb(208,152,62); }
div.DivClassName
{
background-color: #D0983E;
}
.BgClassName
{
background-color: #D0983E;
}
</style>
border-color css
<style>
span { border-color: #D0983E; }
span { border-color: rgb(208,152,62); }
td.TdClassName
{
border-color: #D0983E;
}
.TagClassName
{
border-color: #D0983E;
}
</style>