Shades of Fuel Yellow #D68C32
Tints of Fuel Yellow #D68C32
RGB
CMYK
RGB Variations
Color information
#D68C32 (or 0xD68C32) is known color: Fuel Yellow. HEX triplet: D6, 8C and 32. RGB value is (214,140,50). Sum of RGB (Red+Green+Blue) = 214+140+50=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 50 (19.92% from 255 or 12.38% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C32 is #2973CD. Grayscale: #989898. Windows color (decimal): -2716622 or 3312854. OLE color: 3312854.
HSL color Cylindrical-coordinate representation of color #D68C32: hue angle of 32.93º 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 #D68C32 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 50 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.16 |
| HSL | 32.93º | 0.67% | 0.52% | - |
| HSV(B) | 32.93º | 0.77% | 0.84% | - |
| XYZ | 37.69 | 33.28 | 7.46 | - |
| YUV | 151.87 | 70.52 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 50 | 0 | 0.35 | 0.77 | 0.16 | 32.93 | 0.67 | 0.52 |
| Hex | D6 | 8C | 32 | 0 | 23 | 4D | 10 | 21 | 43 | 34 |
| Octal | 326 | 214 | 62 | 0 | 43 | 115 | 20 | 41 | 103 | 64 |
| Binary | 11010110 | 10001100 | 110010 | 0 | 100011 | 1001101 | 10000 | 100001 | 1000011 | 110100 |
Color Harmonies of #D68C32
Complementary color
Monochromatic Colors of #D68C32
Black with #D68C32
Text Example
Text Example
White with #D68C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C32; }
p { color: rgb(214,140,50); }
H1.HeaderClassName
{
color: #D68C32;
}
.AnyTagClassName
{
color: #D68C32;
}
</style>
background-color css
<style>
a { background-color: #D68C32; }
a { background-color: rgb(214,140,50); }
div.DivClassName
{
background-color: #D68C32;
}
.BgClassName
{
background-color: #D68C32;
}
</style>
border-color css
<style>
span { border-color: #D68C32; }
span { border-color: rgb(214,140,50); }
td.TdClassName
{
border-color: #D68C32;
}
.TagClassName
{
border-color: #D68C32;
}
</style>