Shades of Fuel Yellow #D68A2C
Tints of Fuel Yellow #D68A2C
RGB
CMYK
RGB Variations
Color information
#D68A2C (or 0xD68A2C) is known color: Fuel Yellow. HEX triplet: D6, 8A and 2C. RGB value is (214,138,44). Sum of RGB (Red+Green+Blue) = 214+138+44=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A2C is #2975D3. Grayscale: #969696. Windows color (decimal): -2717140 or 2919126. OLE color: 2919126.
HSL color Cylindrical-coordinate representation of color #D68A2C: hue angle of 33.18º 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 #D68A2C is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 44 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.16 |
| HSL | 33.18º | 0.67% | 0.51% | - |
| HSV(B) | 33.18º | 0.79% | 0.84% | - |
| XYZ | 37.27 | 32.65 | 6.72 | - |
| YUV | 150.01 | 68.18 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 44 | 0 | 0.36 | 0.79 | 0.16 | 33.18 | 0.67 | 0.51 |
| Hex | D6 | 8A | 2C | 0 | 24 | 4F | 10 | 21 | 43 | 33 |
| Octal | 326 | 212 | 54 | 0 | 44 | 117 | 20 | 41 | 103 | 63 |
| Binary | 11010110 | 10001010 | 101100 | 0 | 100100 | 1001111 | 10000 | 100001 | 1000011 | 110011 |
Color Harmonies of #D68A2C
Complementary color
Monochromatic Colors of #D68A2C
Black with #D68A2C
Text Example
Text Example
White with #D68A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A2C; }
p { color: rgb(214,138,44); }
H1.HeaderClassName
{
color: #D68A2C;
}
.AnyTagClassName
{
color: #D68A2C;
}
</style>
background-color css
<style>
a { background-color: #D68A2C; }
a { background-color: rgb(214,138,44); }
div.DivClassName
{
background-color: #D68A2C;
}
.BgClassName
{
background-color: #D68A2C;
}
</style>
border-color css
<style>
span { border-color: #D68A2C; }
span { border-color: rgb(214,138,44); }
td.TdClassName
{
border-color: #D68A2C;
}
.TagClassName
{
border-color: #D68A2C;
}
</style>