Shades of Fuel Yellow #D48A30
Tints of Fuel Yellow #D48A30
RGB
CMYK
RGB Variations
Color information
#D48A30 (or 0xD48A30) is known color: Fuel Yellow. HEX triplet: D4, 8A and 30. RGB value is (212,138,48). Sum of RGB (Red+Green+Blue) = 212+138+48=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 48 (19.14% from 255 or 12.06% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A30 is #2B75CF. Grayscale: #969696. Windows color (decimal): -2848208 or 3181268. OLE color: 3181268.
HSL color Cylindrical-coordinate representation of color #D48A30: hue angle of 32.93º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D48A30 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 48 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.17 |
| HSL | 32.93º | 0.66% | 0.51% | - |
| HSV(B) | 32.93º | 0.77% | 0.83% | - |
| XYZ | 36.77 | 32.39 | 7.11 | - |
| YUV | 149.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 48 | 0 | 0.35 | 0.77 | 0.17 | 32.93 | 0.66 | 0.51 |
| Hex | D4 | 8A | 30 | 0 | 23 | 4D | 11 | 21 | 42 | 33 |
| Octal | 324 | 212 | 60 | 0 | 43 | 115 | 21 | 41 | 102 | 63 |
| Binary | 11010100 | 10001010 | 110000 | 0 | 100011 | 1001101 | 10001 | 100001 | 1000010 | 110011 |
Color Harmonies of #D48A30
Complementary color
Monochromatic Colors of #D48A30
Black with #D48A30
Text Example
Text Example
White with #D48A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A30; }
p { color: rgb(212,138,48); }
H1.HeaderClassName
{
color: #D48A30;
}
.AnyTagClassName
{
color: #D48A30;
}
</style>
background-color css
<style>
a { background-color: #D48A30; }
a { background-color: rgb(212,138,48); }
div.DivClassName
{
background-color: #D48A30;
}
.BgClassName
{
background-color: #D48A30;
}
</style>
border-color css
<style>
span { border-color: #D48A30; }
span { border-color: rgb(212,138,48); }
td.TdClassName
{
border-color: #D48A30;
}
.TagClassName
{
border-color: #D48A30;
}
</style>