Shades of Fuel Yellow #D4983B
Tints of Fuel Yellow #D4983B
RGB
CMYK
RGB Variations
Color information
#D4983B (or 0xD4983B) is known color: Fuel Yellow. HEX triplet: D4, 98 and 3B. RGB value is (212,152,59). Sum of RGB (Red+Green+Blue) = 212+152+59=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4983B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4983B is #2B67C4. Grayscale: #9F9F9F. Windows color (decimal): -2844613 or 3905748. OLE color: 3905748.
HSL color Cylindrical-coordinate representation of color #D4983B: hue angle of 36.47º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4983B is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 152 | 59 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.17 |
| HSL | 36.47º | 0.64% | 0.53% | - |
| HSV(B) | 36.47º | 0.72% | 0.83% | - |
| XYZ | 39.17 | 36.77 | 9.17 | - |
| YUV | 159.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 152 | 59 | 0 | 0.28 | 0.72 | 0.17 | 36.47 | 0.64 | 0.53 |
| Hex | D4 | 98 | 3B | 0 | 1C | 48 | 11 | 24 | 40 | 35 |
| Octal | 324 | 230 | 73 | 0 | 34 | 110 | 21 | 44 | 100 | 65 |
| Binary | 11010100 | 10011000 | 111011 | 0 | 11100 | 1001000 | 10001 | 100100 | 1000000 | 110101 |
Color Harmonies of #D4983B
Complementary color
Monochromatic Colors of #D4983B
Black with #D4983B
Text Example
Text Example
White with #D4983B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4983B; }
p { color: rgb(212,152,59); }
H1.HeaderClassName
{
color: #D4983B;
}
.AnyTagClassName
{
color: #D4983B;
}
</style>
background-color css
<style>
a { background-color: #D4983B; }
a { background-color: rgb(212,152,59); }
div.DivClassName
{
background-color: #D4983B;
}
.BgClassName
{
background-color: #D4983B;
}
</style>
border-color css
<style>
span { border-color: #D4983B; }
span { border-color: rgb(212,152,59); }
td.TdClassName
{
border-color: #D4983B;
}
.TagClassName
{
border-color: #D4983B;
}
</style>