Shades of Fuel Yellow #D48E2D
Tints of Fuel Yellow #D48E2D
RGB
CMYK
RGB Variations
Color information
#D48E2D (or 0xD48E2D) is known color: Fuel Yellow. HEX triplet: D4, 8E and 2D. RGB value is (212,142,45). Sum of RGB (Red+Green+Blue) = 212+142+45=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 45 (17.97% from 255 or 11.28% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D48E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48E2D is #2B71D2. Grayscale: #989898. Windows color (decimal): -2847187 or 2985684. OLE color: 2985684.
HSL color Cylindrical-coordinate representation of color #D48E2D: hue angle of 34.85º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D48E2D is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 142 | 45 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.17 |
| HSL | 34.85º | 0.66% | 0.5% | - |
| HSV(B) | 34.85º | 0.79% | 0.83% | - |
| XYZ | 37.3 | 33.53 | 6.99 | - |
| YUV | 151.87 | 67.69 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 142 | 45 | 0 | 0.33 | 0.79 | 0.17 | 34.85 | 0.66 | 0.5 |
| Hex | D4 | 8E | 2D | 0 | 21 | 4F | 11 | 23 | 42 | 32 |
| Octal | 324 | 216 | 55 | 0 | 41 | 117 | 21 | 43 | 102 | 62 |
| Binary | 11010100 | 10001110 | 101101 | 0 | 100001 | 1001111 | 10001 | 100011 | 1000010 | 110010 |
Color Harmonies of #D48E2D
Complementary color
Monochromatic Colors of #D48E2D
Black with #D48E2D
Text Example
Text Example
White with #D48E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48E2D; }
p { color: rgb(212,142,45); }
H1.HeaderClassName
{
color: #D48E2D;
}
.AnyTagClassName
{
color: #D48E2D;
}
</style>
background-color css
<style>
a { background-color: #D48E2D; }
a { background-color: rgb(212,142,45); }
div.DivClassName
{
background-color: #D48E2D;
}
.BgClassName
{
background-color: #D48E2D;
}
</style>
border-color css
<style>
span { border-color: #D48E2D; }
span { border-color: rgb(212,142,45); }
td.TdClassName
{
border-color: #D48E2D;
}
.TagClassName
{
border-color: #D48E2D;
}
</style>