Shades of Fuel Yellow #D6983B
Tints of Fuel Yellow #D6983B
RGB
CMYK
RGB Variations
Color information
#D6983B (or 0xD6983B) is known color: Fuel Yellow. HEX triplet: D6, 98 and 3B. RGB value is (214,152,59). Sum of RGB (Red+Green+Blue) = 214+152+59=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D6983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6983B is #2967C4. Grayscale: #A0A0A0. Windows color (decimal): -2713541 or 3905750. OLE color: 3905750.
HSL color Cylindrical-coordinate representation of color #D6983B: hue angle of 36º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6983B is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 59 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.16 |
| HSL | 36º | 0.65% | 0.54% | - |
| HSV(B) | 36º | 0.72% | 0.84% | - |
| XYZ | 39.75 | 37.07 | 9.2 | - |
| YUV | 159.94 | 71.04 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 59 | 0 | 0.29 | 0.72 | 0.16 | 36 | 0.65 | 0.54 |
| Hex | D6 | 98 | 3B | 0 | 1D | 48 | 10 | 24 | 41 | 36 |
| Octal | 326 | 230 | 73 | 0 | 35 | 110 | 20 | 44 | 101 | 66 |
| Binary | 11010110 | 10011000 | 111011 | 0 | 11101 | 1001000 | 10000 | 100100 | 1000001 | 110110 |
Color Harmonies of #D6983B
Complementary color
Monochromatic Colors of #D6983B
Black with #D6983B
Text Example
Text Example
White with #D6983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6983B; }
p { color: rgb(214,152,59); }
H1.HeaderClassName
{
color: #D6983B;
}
.AnyTagClassName
{
color: #D6983B;
}
</style>
background-color css
<style>
a { background-color: #D6983B; }
a { background-color: rgb(214,152,59); }
div.DivClassName
{
background-color: #D6983B;
}
.BgClassName
{
background-color: #D6983B;
}
</style>
border-color css
<style>
span { border-color: #D6983B; }
span { border-color: rgb(214,152,59); }
td.TdClassName
{
border-color: #D6983B;
}
.TagClassName
{
border-color: #D6983B;
}
</style>