Shades of Fuel Yellow #D48D33
Tints of Fuel Yellow #D48D33
RGB
CMYK
RGB Variations
Color information
#D48D33 (or 0xD48D33) is known color: Fuel Yellow. HEX triplet: D4, 8D and 33. RGB value is (212,141,51). Sum of RGB (Red+Green+Blue) = 212+141+51=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 51 (20.31% from 255 or 12.62% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D48D33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48D33 is #2B72CC. Grayscale: #989898. Windows color (decimal): -2847437 or 3378644. OLE color: 3378644.
HSL color Cylindrical-coordinate representation of color #D48D33: hue angle of 33.54º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D48D33 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 141 | 51 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.17 |
| HSL | 33.54º | 0.65% | 0.52% | - |
| HSV(B) | 33.54º | 0.76% | 0.83% | - |
| XYZ | 37.27 | 33.29 | 7.59 | - |
| YUV | 151.97 | 71.02 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 141 | 51 | 0 | 0.33 | 0.76 | 0.17 | 33.54 | 0.65 | 0.52 |
| Hex | D4 | 8D | 33 | 0 | 21 | 4C | 11 | 22 | 41 | 34 |
| Octal | 324 | 215 | 63 | 0 | 41 | 114 | 21 | 42 | 101 | 64 |
| Binary | 11010100 | 10001101 | 110011 | 0 | 100001 | 1001100 | 10001 | 100010 | 1000001 | 110100 |
Color Harmonies of #D48D33
Complementary color
Monochromatic Colors of #D48D33
Black with #D48D33
Text Example
Text Example
White with #D48D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48D33; }
p { color: rgb(212,141,51); }
H1.HeaderClassName
{
color: #D48D33;
}
.AnyTagClassName
{
color: #D48D33;
}
</style>
background-color css
<style>
a { background-color: #D48D33; }
a { background-color: rgb(212,141,51); }
div.DivClassName
{
background-color: #D48D33;
}
.BgClassName
{
background-color: #D48D33;
}
</style>
border-color css
<style>
span { border-color: #D48D33; }
span { border-color: rgb(212,141,51); }
td.TdClassName
{
border-color: #D48D33;
}
.TagClassName
{
border-color: #D48D33;
}
</style>