Shades of Fuel Yellow #D2983A
Tints of Fuel Yellow #D2983A
RGB
CMYK
RGB Variations
Color information
#D2983A (or 0xD2983A) is known color: Fuel Yellow. HEX triplet: D2, 98 and 3A. RGB value is (210,152,58). Sum of RGB (Red+Green+Blue) = 210+152+58=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2983A is #2D67C5. Grayscale: #9F9F9F. Windows color (decimal): -2975686 or 3840210. OLE color: 3840210.
HSL color Cylindrical-coordinate representation of color #D2983A: hue angle of 37.11º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2983A is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 152 | 58 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.18 |
| HSL | 37.11º | 0.63% | 0.53% | - |
| HSV(B) | 37.11º | 0.72% | 0.82% | - |
| XYZ | 38.57 | 36.46 | 9.01 | - |
| YUV | 158.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 152 | 58 | 0 | 0.28 | 0.72 | 0.18 | 37.11 | 0.63 | 0.53 |
| Hex | D2 | 98 | 3A | 0 | 1C | 48 | 12 | 25 | 3F | 35 |
| Octal | 322 | 230 | 72 | 0 | 34 | 110 | 22 | 45 | 77 | 65 |
| Binary | 11010010 | 10011000 | 111010 | 0 | 11100 | 1001000 | 10010 | 100101 | 111111 | 110101 |
Color Harmonies of #D2983A
Complementary color
Monochromatic Colors of #D2983A
Black with #D2983A
Text Example
Text Example
White with #D2983A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2983A; }
p { color: rgb(210,152,58); }
H1.HeaderClassName
{
color: #D2983A;
}
.AnyTagClassName
{
color: #D2983A;
}
</style>
background-color css
<style>
a { background-color: #D2983A; }
a { background-color: rgb(210,152,58); }
div.DivClassName
{
background-color: #D2983A;
}
.BgClassName
{
background-color: #D2983A;
}
</style>
border-color css
<style>
span { border-color: #D2983A; }
span { border-color: rgb(210,152,58); }
td.TdClassName
{
border-color: #D2983A;
}
.TagClassName
{
border-color: #D2983A;
}
</style>