Shades of Fuel Yellow #D68A2E
Tints of Fuel Yellow #D68A2E
RGB
CMYK
RGB Variations
Color information
#D68A2E (or 0xD68A2E) is known color: Fuel Yellow. HEX triplet: D6, 8A and 2E. RGB value is (214,138,46). Sum of RGB (Red+Green+Blue) = 214+138+46=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A2E is #2975D1. Grayscale: #969696. Windows color (decimal): -2717138 or 3050198. OLE color: 3050198.
HSL color Cylindrical-coordinate representation of color #D68A2E: hue angle of 32.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D68A2E is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 46 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.16 |
| HSL | 32.86º | 0.67% | 0.51% | - |
| HSV(B) | 32.86º | 0.79% | 0.84% | - |
| XYZ | 37.31 | 32.67 | 6.92 | - |
| YUV | 150.24 | 69.18 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 46 | 0 | 0.36 | 0.79 | 0.16 | 32.86 | 0.67 | 0.51 |
| Hex | D6 | 8A | 2E | 0 | 24 | 4F | 10 | 21 | 43 | 33 |
| Octal | 326 | 212 | 56 | 0 | 44 | 117 | 20 | 41 | 103 | 63 |
| Binary | 11010110 | 10001010 | 101110 | 0 | 100100 | 1001111 | 10000 | 100001 | 1000011 | 110011 |
Color Harmonies of #D68A2E
Complementary color
Monochromatic Colors of #D68A2E
Black with #D68A2E
Text Example
Text Example
White with #D68A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A2E; }
p { color: rgb(214,138,46); }
H1.HeaderClassName
{
color: #D68A2E;
}
.AnyTagClassName
{
color: #D68A2E;
}
</style>
background-color css
<style>
a { background-color: #D68A2E; }
a { background-color: rgb(214,138,46); }
div.DivClassName
{
background-color: #D68A2E;
}
.BgClassName
{
background-color: #D68A2E;
}
</style>
border-color css
<style>
span { border-color: #D68A2E; }
span { border-color: rgb(214,138,46); }
td.TdClassName
{
border-color: #D68A2E;
}
.TagClassName
{
border-color: #D68A2E;
}
</style>