Shades of Fuel Yellow #D68D39
Tints of Fuel Yellow #D68D39
RGB
CMYK
RGB Variations
Color information
#D68D39 (or 0xD68D39) is known color: Fuel Yellow. HEX triplet: D6, 8D and 39. RGB value is (214,141,57). Sum of RGB (Red+Green+Blue) = 214+141+57=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 57 (22.66% from 255 or 13.83% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D39 is #2972C6. Grayscale: #999999. Windows color (decimal): -2716359 or 3771862. OLE color: 3771862.
HSL color Cylindrical-coordinate representation of color #D68D39: hue angle of 32.1º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D68D39 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 57 | - |
| CMYK | 0 | 0.34 | 0.73 | 0.16 |
| HSL | 32.1º | 0.66% | 0.53% | - |
| HSV(B) | 32.1º | 0.73% | 0.84% | - |
| XYZ | 37.99 | 33.64 | 8.36 | - |
| YUV | 153.25 | 73.68 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 57 | 0 | 0.34 | 0.73 | 0.16 | 32.1 | 0.66 | 0.53 |
| Hex | D6 | 8D | 39 | 0 | 22 | 49 | 10 | 20 | 42 | 35 |
| Octal | 326 | 215 | 71 | 0 | 42 | 111 | 20 | 40 | 102 | 65 |
| Binary | 11010110 | 10001101 | 111001 | 0 | 100010 | 1001001 | 10000 | 100000 | 1000010 | 110101 |
Color Harmonies of #D68D39
Complementary color
Monochromatic Colors of #D68D39
Black with #D68D39
Text Example
Text Example
White with #D68D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D39; }
p { color: rgb(214,141,57); }
H1.HeaderClassName
{
color: #D68D39;
}
.AnyTagClassName
{
color: #D68D39;
}
</style>
background-color css
<style>
a { background-color: #D68D39; }
a { background-color: rgb(214,141,57); }
div.DivClassName
{
background-color: #D68D39;
}
.BgClassName
{
background-color: #D68D39;
}
</style>
border-color css
<style>
span { border-color: #D68D39; }
span { border-color: rgb(214,141,57); }
td.TdClassName
{
border-color: #D68D39;
}
.TagClassName
{
border-color: #D68D39;
}
</style>