Shades of Fuel Yellow #D38A38
Tints of Fuel Yellow #D38A38
RGB
CMYK
RGB Variations
Color information
#D38A38 (or 0xD38A38) is known color: Fuel Yellow. HEX triplet: D3, 8A and 38. RGB value is (211,138,56). Sum of RGB (Red+Green+Blue) = 211+138+56=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D38A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D38A38 is #2C75C7. Grayscale: #969696. Windows color (decimal): -2913736 or 3705555. OLE color: 3705555.
HSL color Cylindrical-coordinate representation of color #D38A38: hue angle of 31.74º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D38A38 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 138 | 56 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.17 |
| HSL | 31.74º | 0.64% | 0.52% | - |
| HSV(B) | 31.74º | 0.73% | 0.83% | - |
| XYZ | 36.67 | 32.31 | 8.05 | - |
| YUV | 150.48 | 74.68 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 138 | 56 | 0 | 0.35 | 0.73 | 0.17 | 31.74 | 0.64 | 0.52 |
| Hex | D3 | 8A | 38 | 0 | 23 | 49 | 11 | 20 | 40 | 34 |
| Octal | 323 | 212 | 70 | 0 | 43 | 111 | 21 | 40 | 100 | 64 |
| Binary | 11010011 | 10001010 | 111000 | 0 | 100011 | 1001001 | 10001 | 100000 | 1000000 | 110100 |
Color Harmonies of #D38A38
Complementary color
Monochromatic Colors of #D38A38
Black with #D38A38
Text Example
Text Example
White with #D38A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38A38; }
p { color: rgb(211,138,56); }
H1.HeaderClassName
{
color: #D38A38;
}
.AnyTagClassName
{
color: #D38A38;
}
</style>
background-color css
<style>
a { background-color: #D38A38; }
a { background-color: rgb(211,138,56); }
div.DivClassName
{
background-color: #D38A38;
}
.BgClassName
{
background-color: #D38A38;
}
</style>
border-color css
<style>
span { border-color: #D38A38; }
span { border-color: rgb(211,138,56); }
td.TdClassName
{
border-color: #D38A38;
}
.TagClassName
{
border-color: #D38A38;
}
</style>