Shades of Fuel Yellow #D68C2C
Tints of Fuel Yellow #D68C2C
RGB
CMYK
RGB Variations
Color information
#D68C2C (or 0xD68C2C) is known color: Fuel Yellow. HEX triplet: D6, 8C and 2C. RGB value is (214,140,44). Sum of RGB (Red+Green+Blue) = 214+140+44=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C2C is #2973D3. Grayscale: #979797. Windows color (decimal): -2716628 or 2919638. OLE color: 2919638.
HSL color Cylindrical-coordinate representation of color #D68C2C: hue angle of 33.88º 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 #D68C2C is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 44 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.16 |
| HSL | 33.88º | 0.67% | 0.51% | - |
| HSV(B) | 33.88º | 0.79% | 0.84% | - |
| XYZ | 37.56 | 33.23 | 6.82 | - |
| YUV | 151.18 | 67.52 | 172.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 44 | 0 | 0.35 | 0.79 | 0.16 | 33.88 | 0.67 | 0.51 |
| Hex | D6 | 8C | 2C | 0 | 23 | 4F | 10 | 22 | 43 | 33 |
| Octal | 326 | 214 | 54 | 0 | 43 | 117 | 20 | 42 | 103 | 63 |
| Binary | 11010110 | 10001100 | 101100 | 0 | 100011 | 1001111 | 10000 | 100010 | 1000011 | 110011 |
Color Harmonies of #D68C2C
Complementary color
Monochromatic Colors of #D68C2C
Black with #D68C2C
Text Example
Text Example
White with #D68C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C2C; }
p { color: rgb(214,140,44); }
H1.HeaderClassName
{
color: #D68C2C;
}
.AnyTagClassName
{
color: #D68C2C;
}
</style>
background-color css
<style>
a { background-color: #D68C2C; }
a { background-color: rgb(214,140,44); }
div.DivClassName
{
background-color: #D68C2C;
}
.BgClassName
{
background-color: #D68C2C;
}
</style>
border-color css
<style>
span { border-color: #D68C2C; }
span { border-color: rgb(214,140,44); }
td.TdClassName
{
border-color: #D68C2C;
}
.TagClassName
{
border-color: #D68C2C;
}
</style>