Shades of Fuel Yellow #D68C2F
Tints of Fuel Yellow #D68C2F
RGB
CMYK
RGB Variations
Color information
#D68C2F (or 0xD68C2F) is known color: Fuel Yellow. HEX triplet: D6, 8C and 2F. RGB value is (214,140,47). Sum of RGB (Red+Green+Blue) = 214+140+47=401 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.37% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 47 (18.75% from 255 or 11.72% from 401); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C2F is #2973D0. Grayscale: #979797. Windows color (decimal): -2716625 or 3116246. OLE color: 3116246.
HSL color Cylindrical-coordinate representation of color #D68C2F: hue angle of 33.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D68C2F is Cyan = 0, Magento = 0.35, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 47 | - |
| CMYK | 0 | 0.35 | 0.78 | 0.16 |
| HSL | 33.41º | 0.67% | 0.51% | - |
| HSV(B) | 33.41º | 0.78% | 0.84% | - |
| XYZ | 37.62 | 33.26 | 7.13 | - |
| YUV | 151.52 | 69.02 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 47 | 0 | 0.35 | 0.78 | 0.16 | 33.41 | 0.67 | 0.51 |
| Hex | D6 | 8C | 2F | 0 | 23 | 4E | 10 | 21 | 43 | 33 |
| Octal | 326 | 214 | 57 | 0 | 43 | 116 | 20 | 41 | 103 | 63 |
| Binary | 11010110 | 10001100 | 101111 | 0 | 100011 | 1001110 | 10000 | 100001 | 1000011 | 110011 |
Color Harmonies of #D68C2F
Complementary color
Monochromatic Colors of #D68C2F
Black with #D68C2F
Text Example
Text Example
White with #D68C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C2F; }
p { color: rgb(214,140,47); }
H1.HeaderClassName
{
color: #D68C2F;
}
.AnyTagClassName
{
color: #D68C2F;
}
</style>
background-color css
<style>
a { background-color: #D68C2F; }
a { background-color: rgb(214,140,47); }
div.DivClassName
{
background-color: #D68C2F;
}
.BgClassName
{
background-color: #D68C2F;
}
</style>
border-color css
<style>
span { border-color: #D68C2F; }
span { border-color: rgb(214,140,47); }
td.TdClassName
{
border-color: #D68C2F;
}
.TagClassName
{
border-color: #D68C2F;
}
</style>