Shades of Fuel Yellow #D2983E
Tints of Fuel Yellow #D2983E
RGB
CMYK
RGB Variations
Color information
#D2983E (or 0xD2983E) is known color: Fuel Yellow. HEX triplet: D2, 98 and 3E. RGB value is (210,152,62). Sum of RGB (Red+Green+Blue) = 210+152+62=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D2983E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2983E is #2D67C1. Grayscale: #9F9F9F. Windows color (decimal): -2975682 or 4102354. OLE color: 4102354.
HSL color Cylindrical-coordinate representation of color #D2983E: hue angle of 36.49º degrees, saturation: 0.62, 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 #D2983E is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 62 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.18 |
| HSL | 36.49º | 0.62% | 0.53% | - |
| HSV(B) | 36.49º | 0.7% | 0.82% | - |
| XYZ | 38.68 | 36.51 | 9.57 | - |
| YUV | 159.08 | 73.22 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 62 | 0 | 0.28 | 0.70 | 0.18 | 36.49 | 0.62 | 0.53 |
| Hex | D2 | 98 | 3E | 0 | 1C | 46 | 12 | 24 | 3E | 35 |
| Octal | 322 | 230 | 76 | 0 | 34 | 106 | 22 | 44 | 76 | 65 |
| Binary | 11010010 | 10011000 | 111110 | 0 | 11100 | 1000110 | 10010 | 100100 | 111110 | 110101 |
Color Harmonies of #D2983E
Complementary color
Monochromatic Colors of #D2983E
Black with #D2983E
Text Example
Text Example
White with #D2983E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2983E; }
p { color: rgb(210,152,62); }
H1.HeaderClassName
{
color: #D2983E;
}
.AnyTagClassName
{
color: #D2983E;
}
</style>
background-color css
<style>
a { background-color: #D2983E; }
a { background-color: rgb(210,152,62); }
div.DivClassName
{
background-color: #D2983E;
}
.BgClassName
{
background-color: #D2983E;
}
</style>
border-color css
<style>
span { border-color: #D2983E; }
span { border-color: rgb(210,152,62); }
td.TdClassName
{
border-color: #D2983E;
}
.TagClassName
{
border-color: #D2983E;
}
</style>