Shades of Fuel Yellow #D68D38
Tints of Fuel Yellow #D68D38
RGB
CMYK
RGB Variations
Color information
#D68D38 (or 0xD68D38) is known color: Fuel Yellow. HEX triplet: D6, 8D and 38. RGB value is (214,141,56). Sum of RGB (Red+Green+Blue) = 214+141+56=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 56 (22.27% from 255 or 13.63% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D38 is #2972C7. Grayscale: #999999. Windows color (decimal): -2716360 or 3706326. OLE color: 3706326.
HSL color Cylindrical-coordinate representation of color #D68D38: hue angle of 32.28º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D68D38 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 56 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.16 |
| HSL | 32.28º | 0.66% | 0.53% | - |
| HSV(B) | 32.28º | 0.74% | 0.84% | - |
| XYZ | 37.97 | 33.63 | 8.23 | - |
| YUV | 153.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 56 | 0 | 0.34 | 0.74 | 0.16 | 32.28 | 0.66 | 0.53 |
| Hex | D6 | 8D | 38 | 0 | 22 | 4A | 10 | 20 | 42 | 35 |
| Octal | 326 | 215 | 70 | 0 | 42 | 112 | 20 | 40 | 102 | 65 |
| Binary | 11010110 | 10001101 | 111000 | 0 | 100010 | 1001010 | 10000 | 100000 | 1000010 | 110101 |
Color Harmonies of #D68D38
Complementary color
Monochromatic Colors of #D68D38
Black with #D68D38
Text Example
Text Example
White with #D68D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D38; }
p { color: rgb(214,141,56); }
H1.HeaderClassName
{
color: #D68D38;
}
.AnyTagClassName
{
color: #D68D38;
}
</style>
background-color css
<style>
a { background-color: #D68D38; }
a { background-color: rgb(214,141,56); }
div.DivClassName
{
background-color: #D68D38;
}
.BgClassName
{
background-color: #D68D38;
}
</style>
border-color css
<style>
span { border-color: #D68D38; }
span { border-color: rgb(214,141,56); }
td.TdClassName
{
border-color: #D68D38;
}
.TagClassName
{
border-color: #D68D38;
}
</style>