Shades of Fuel Yellow #D68F39
Tints of Fuel Yellow #D68F39
RGB
CMYK
RGB Variations
Color information
#D68F39 (or 0xD68F39) is known color: Fuel Yellow. HEX triplet: D6, 8F and 39. RGB value is (214,143,57). Sum of RGB (Red+Green+Blue) = 214+143+57=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68F39 is #2970C6. Grayscale: #9A9A9A. Windows color (decimal): -2715847 or 3772374. OLE color: 3772374.
HSL color Cylindrical-coordinate representation of color #D68F39: hue angle of 32.87º 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 #D68F39 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 143 | 57 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.16 |
| HSL | 32.87º | 0.66% | 0.53% | - |
| HSV(B) | 32.87º | 0.73% | 0.84% | - |
| XYZ | 38.29 | 34.24 | 8.46 | - |
| YUV | 154.43 | 73.02 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 143 | 57 | 0 | 0.33 | 0.73 | 0.16 | 32.87 | 0.66 | 0.53 |
| Hex | D6 | 8F | 39 | 0 | 21 | 49 | 10 | 21 | 42 | 35 |
| Octal | 326 | 217 | 71 | 0 | 41 | 111 | 20 | 41 | 102 | 65 |
| Binary | 11010110 | 10001111 | 111001 | 0 | 100001 | 1001001 | 10000 | 100001 | 1000010 | 110101 |
Color Harmonies of #D68F39
Complementary color
Monochromatic Colors of #D68F39
Black with #D68F39
Text Example
Text Example
White with #D68F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68F39; }
p { color: rgb(214,143,57); }
H1.HeaderClassName
{
color: #D68F39;
}
.AnyTagClassName
{
color: #D68F39;
}
</style>
background-color css
<style>
a { background-color: #D68F39; }
a { background-color: rgb(214,143,57); }
div.DivClassName
{
background-color: #D68F39;
}
.BgClassName
{
background-color: #D68F39;
}
</style>
border-color css
<style>
span { border-color: #D68F39; }
span { border-color: rgb(214,143,57); }
td.TdClassName
{
border-color: #D68F39;
}
.TagClassName
{
border-color: #D68F39;
}
</style>