Shades of Fuel Yellow #D38C30
Tints of Fuel Yellow #D38C30
RGB
CMYK
RGB Variations
Color information
#D38C30 (or 0xD38C30) is known color: Fuel Yellow. HEX triplet: D3, 8C and 30. RGB value is (211,140,48). Sum of RGB (Red+Green+Blue) = 211+140+48=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D38C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38C30 is #2C73CF. Grayscale: #979797. Windows color (decimal): -2913232 or 3181779. OLE color: 3181779.
HSL color Cylindrical-coordinate representation of color #D38C30: hue angle of 33.87º degrees, saturation: 0.65, 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 #D38C30 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 140 | 48 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.17 |
| HSL | 33.87º | 0.65% | 0.51% | - |
| HSV(B) | 33.87º | 0.77% | 0.83% | - |
| XYZ | 36.78 | 32.82 | 7.19 | - |
| YUV | 150.74 | 70.02 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 140 | 48 | 0 | 0.34 | 0.77 | 0.17 | 33.87 | 0.65 | 0.51 |
| Hex | D3 | 8C | 30 | 0 | 22 | 4D | 11 | 22 | 41 | 33 |
| Octal | 323 | 214 | 60 | 0 | 42 | 115 | 21 | 42 | 101 | 63 |
| Binary | 11010011 | 10001100 | 110000 | 0 | 100010 | 1001101 | 10001 | 100010 | 1000001 | 110011 |
Color Harmonies of #D38C30
Complementary color
Monochromatic Colors of #D38C30
Black with #D38C30
Text Example
Text Example
White with #D38C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38C30; }
p { color: rgb(211,140,48); }
H1.HeaderClassName
{
color: #D38C30;
}
.AnyTagClassName
{
color: #D38C30;
}
</style>
background-color css
<style>
a { background-color: #D38C30; }
a { background-color: rgb(211,140,48); }
div.DivClassName
{
background-color: #D38C30;
}
.BgClassName
{
background-color: #D38C30;
}
</style>
border-color css
<style>
span { border-color: #D38C30; }
span { border-color: rgb(211,140,48); }
td.TdClassName
{
border-color: #D38C30;
}
.TagClassName
{
border-color: #D38C30;
}
</style>