Shades of Fuel Yellow #D68E34
Tints of Fuel Yellow #D68E34
RGB
CMYK
RGB Variations
Color information
#D68E34 (or 0xD68E34) is known color: Fuel Yellow. HEX triplet: D6, 8E and 34. RGB value is (214,142,52). Sum of RGB (Red+Green+Blue) = 214+142+52=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68E34 is #2971CB. Grayscale: #999999. Windows color (decimal): -2716108 or 3444438. OLE color: 3444438.
HSL color Cylindrical-coordinate representation of color #D68E34: hue angle of 33.33º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D68E34 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 142 | 52 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.16 |
| HSL | 33.33º | 0.66% | 0.52% | - |
| HSV(B) | 33.33º | 0.76% | 0.84% | - |
| XYZ | 38.02 | 33.89 | 7.79 | - |
| YUV | 153.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 142 | 52 | 0 | 0.34 | 0.76 | 0.16 | 33.33 | 0.66 | 0.52 |
| Hex | D6 | 8E | 34 | 0 | 22 | 4C | 10 | 21 | 42 | 34 |
| Octal | 326 | 216 | 64 | 0 | 42 | 114 | 20 | 41 | 102 | 64 |
| Binary | 11010110 | 10001110 | 110100 | 0 | 100010 | 1001100 | 10000 | 100001 | 1000010 | 110100 |
Color Harmonies of #D68E34
Complementary color
Monochromatic Colors of #D68E34
Black with #D68E34
Text Example
Text Example
White with #D68E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68E34; }
p { color: rgb(214,142,52); }
H1.HeaderClassName
{
color: #D68E34;
}
.AnyTagClassName
{
color: #D68E34;
}
</style>
background-color css
<style>
a { background-color: #D68E34; }
a { background-color: rgb(214,142,52); }
div.DivClassName
{
background-color: #D68E34;
}
.BgClassName
{
background-color: #D68E34;
}
</style>
border-color css
<style>
span { border-color: #D68E34; }
span { border-color: rgb(214,142,52); }
td.TdClassName
{
border-color: #D68E34;
}
.TagClassName
{
border-color: #D68E34;
}
</style>