Shades of Fuel Yellow #D2983F
Tints of Fuel Yellow #D2983F
RGB
CMYK
RGB Variations
Color information
#D2983F (or 0xD2983F) is known color: Fuel Yellow. HEX triplet: D2, 98 and 3F. RGB value is (210,152,63). Sum of RGB (Red+Green+Blue) = 210+152+63=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2983F is #2D67C0. Grayscale: #9F9F9F. Windows color (decimal): -2975681 or 4167890. OLE color: 4167890.
HSL color Cylindrical-coordinate representation of color #D2983F: hue angle of 36.33º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2983F is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 63 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.18 |
| HSL | 36.33º | 0.62% | 0.54% | - |
| HSV(B) | 36.33º | 0.7% | 0.82% | - |
| XYZ | 38.7 | 36.52 | 9.71 | - |
| YUV | 159.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 63 | 0 | 0.28 | 0.70 | 0.18 | 36.33 | 0.62 | 0.54 |
| Hex | D2 | 98 | 3F | 0 | 1C | 46 | 12 | 24 | 3E | 36 |
| Octal | 322 | 230 | 77 | 0 | 34 | 106 | 22 | 44 | 76 | 66 |
| Binary | 11010010 | 10011000 | 111111 | 0 | 11100 | 1000110 | 10010 | 100100 | 111110 | 110110 |
Color Harmonies of #D2983F
Complementary color
Monochromatic Colors of #D2983F
Black with #D2983F
Text Example
Text Example
White with #D2983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2983F; }
p { color: rgb(210,152,63); }
H1.HeaderClassName
{
color: #D2983F;
}
.AnyTagClassName
{
color: #D2983F;
}
</style>
background-color css
<style>
a { background-color: #D2983F; }
a { background-color: rgb(210,152,63); }
div.DivClassName
{
background-color: #D2983F;
}
.BgClassName
{
background-color: #D2983F;
}
</style>
border-color css
<style>
span { border-color: #D2983F; }
span { border-color: rgb(210,152,63); }
td.TdClassName
{
border-color: #D2983F;
}
.TagClassName
{
border-color: #D2983F;
}
</style>