Shades of Fuel Yellow #D68931
Tints of Fuel Yellow #D68931
RGB
CMYK
RGB Variations
Color information
#D68931 (or 0xD68931) is known color: Fuel Yellow. HEX triplet: D6, 89 and 31. RGB value is (214,137,49). Sum of RGB (Red+Green+Blue) = 214+137+49=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D68931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68931 is #2976CE. Grayscale: #969696. Windows color (decimal): -2717391 or 3246550. OLE color: 3246550.
HSL color Cylindrical-coordinate representation of color #D68931: hue angle of 32º 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 #D68931 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 49 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.16 |
| HSL | 32º | 0.67% | 0.52% | - |
| HSV(B) | 32º | 0.77% | 0.84% | - |
| XYZ | 37.23 | 32.41 | 7.2 | - |
| YUV | 149.99 | 71.01 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 49 | 0 | 0.36 | 0.77 | 0.16 | 32 | 0.67 | 0.52 |
| Hex | D6 | 89 | 31 | 0 | 24 | 4D | 10 | 20 | 43 | 34 |
| Octal | 326 | 211 | 61 | 0 | 44 | 115 | 20 | 40 | 103 | 64 |
| Binary | 11010110 | 10001001 | 110001 | 0 | 100100 | 1001101 | 10000 | 100000 | 1000011 | 110100 |
Color Harmonies of #D68931
Complementary color
Monochromatic Colors of #D68931
Black with #D68931
Text Example
Text Example
White with #D68931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68931; }
p { color: rgb(214,137,49); }
H1.HeaderClassName
{
color: #D68931;
}
.AnyTagClassName
{
color: #D68931;
}
</style>
background-color css
<style>
a { background-color: #D68931; }
a { background-color: rgb(214,137,49); }
div.DivClassName
{
background-color: #D68931;
}
.BgClassName
{
background-color: #D68931;
}
</style>
border-color css
<style>
span { border-color: #D68931; }
span { border-color: rgb(214,137,49); }
td.TdClassName
{
border-color: #D68931;
}
.TagClassName
{
border-color: #D68931;
}
</style>