Shades of Fuel Yellow #D68D31
Tints of Fuel Yellow #D68D31
RGB
CMYK
RGB Variations
Color information
#D68D31 (or 0xD68D31) is known color: Fuel Yellow. HEX triplet: D6, 8D and 31. RGB value is (214,141,49). Sum of RGB (Red+Green+Blue) = 214+141+49=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 49 (19.53% from 255 or 12.13% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68D31 is #2972CE. Grayscale: #989898. Windows color (decimal): -2716367 or 3247574. OLE color: 3247574.
HSL color Cylindrical-coordinate representation of color #D68D31: hue angle of 33.45º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D68D31 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 141 | 49 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.16 |
| HSL | 33.45º | 0.67% | 0.52% | - |
| HSV(B) | 33.45º | 0.77% | 0.84% | - |
| XYZ | 37.81 | 33.57 | 7.39 | - |
| YUV | 152.34 | 69.68 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 141 | 49 | 0 | 0.34 | 0.77 | 0.16 | 33.45 | 0.67 | 0.52 |
| Hex | D6 | 8D | 31 | 0 | 22 | 4D | 10 | 21 | 43 | 34 |
| Octal | 326 | 215 | 61 | 0 | 42 | 115 | 20 | 41 | 103 | 64 |
| Binary | 11010110 | 10001101 | 110001 | 0 | 100010 | 1001101 | 10000 | 100001 | 1000011 | 110100 |
Color Harmonies of #D68D31
Complementary color
Monochromatic Colors of #D68D31
Black with #D68D31
Text Example
Text Example
White with #D68D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68D31; }
p { color: rgb(214,141,49); }
H1.HeaderClassName
{
color: #D68D31;
}
.AnyTagClassName
{
color: #D68D31;
}
</style>
background-color css
<style>
a { background-color: #D68D31; }
a { background-color: rgb(214,141,49); }
div.DivClassName
{
background-color: #D68D31;
}
.BgClassName
{
background-color: #D68D31;
}
</style>
border-color css
<style>
span { border-color: #D68D31; }
span { border-color: rgb(214,141,49); }
td.TdClassName
{
border-color: #D68D31;
}
.TagClassName
{
border-color: #D68D31;
}
</style>