Shades of Fuel Yellow #D68E32
Tints of Fuel Yellow #D68E32
RGB
CMYK
RGB Variations
Color information
#D68E32 (or 0xD68E32) is known color: Fuel Yellow. HEX triplet: D6, 8E and 32. RGB value is (214,142,50). Sum of RGB (Red+Green+Blue) = 214+142+50=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E32 is #2971CD. Grayscale: #999999. Windows color (decimal): -2716110 or 3313366. OLE color: 3313366.
HSL color Cylindrical-coordinate representation of color #D68E32: hue angle of 33.66º 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 #D68E32 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 50 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.16 |
| HSL | 33.66º | 0.67% | 0.52% | - |
| HSV(B) | 33.66º | 0.77% | 0.84% | - |
| XYZ | 37.98 | 33.87 | 7.55 | - |
| YUV | 153.04 | 69.85 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 50 | 0 | 0.34 | 0.77 | 0.16 | 33.66 | 0.67 | 0.52 |
| Hex | D6 | 8E | 32 | 0 | 22 | 4D | 10 | 22 | 43 | 34 |
| Octal | 326 | 216 | 62 | 0 | 42 | 115 | 20 | 42 | 103 | 64 |
| Binary | 11010110 | 10001110 | 110010 | 0 | 100010 | 1001101 | 10000 | 100010 | 1000011 | 110100 |
Color Harmonies of #D68E32
Complementary color
Monochromatic Colors of #D68E32
Black with #D68E32
Text Example
Text Example
White with #D68E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E32; }
p { color: rgb(214,142,50); }
H1.HeaderClassName
{
color: #D68E32;
}
.AnyTagClassName
{
color: #D68E32;
}
</style>
background-color css
<style>
a { background-color: #D68E32; }
a { background-color: rgb(214,142,50); }
div.DivClassName
{
background-color: #D68E32;
}
.BgClassName
{
background-color: #D68E32;
}
</style>
border-color css
<style>
span { border-color: #D68E32; }
span { border-color: rgb(214,142,50); }
td.TdClassName
{
border-color: #D68E32;
}
.TagClassName
{
border-color: #D68E32;
}
</style>