Shades of Fuel Yellow #D68932
Tints of Fuel Yellow #D68932
RGB
CMYK
RGB Variations
Color information
#D68932 (or 0xD68932) is known color: Fuel Yellow. HEX triplet: D6, 89 and 32. RGB value is (214,137,50). Sum of RGB (Red+Green+Blue) = 214+137+50=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D68932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68932 is #2976CD. Grayscale: #969696. Windows color (decimal): -2717390 or 3312086. OLE color: 3312086.
HSL color Cylindrical-coordinate representation of color #D68932: hue angle of 31.83º 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 #D68932 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 50 | - |
| CMYK | 0 | 0.36 | 0.77 | 0.16 |
| HSL | 31.83º | 0.67% | 0.52% | - |
| HSV(B) | 31.83º | 0.77% | 0.84% | - |
| XYZ | 37.25 | 32.42 | 7.31 | - |
| YUV | 150.11 | 71.51 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 50 | 0 | 0.36 | 0.77 | 0.16 | 31.83 | 0.67 | 0.52 |
| Hex | D6 | 89 | 32 | 0 | 24 | 4D | 10 | 20 | 43 | 34 |
| Octal | 326 | 211 | 62 | 0 | 44 | 115 | 20 | 40 | 103 | 64 |
| Binary | 11010110 | 10001001 | 110010 | 0 | 100100 | 1001101 | 10000 | 100000 | 1000011 | 110100 |
Color Harmonies of #D68932
Complementary color
Monochromatic Colors of #D68932
Black with #D68932
Text Example
Text Example
White with #D68932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68932; }
p { color: rgb(214,137,50); }
H1.HeaderClassName
{
color: #D68932;
}
.AnyTagClassName
{
color: #D68932;
}
</style>
background-color css
<style>
a { background-color: #D68932; }
a { background-color: rgb(214,137,50); }
div.DivClassName
{
background-color: #D68932;
}
.BgClassName
{
background-color: #D68932;
}
</style>
border-color css
<style>
span { border-color: #D68932; }
span { border-color: rgb(214,137,50); }
td.TdClassName
{
border-color: #D68932;
}
.TagClassName
{
border-color: #D68932;
}
</style>