Shades of Fuel Yellow #D68A2F
Tints of Fuel Yellow #D68A2F
RGB
CMYK
RGB Variations
Color information
#D68A2F (or 0xD68A2F) is known color: Fuel Yellow. HEX triplet: D6, 8A and 2F. RGB value is (214,138,47). Sum of RGB (Red+Green+Blue) = 214+138+47=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 47 (18.75% from 255 or 11.78% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A2F is #2975D0. Grayscale: #969696. Windows color (decimal): -2717137 or 3115734. OLE color: 3115734.
HSL color Cylindrical-coordinate representation of color #D68A2F: hue angle of 32.69º 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 #D68A2F is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 47 | - |
| CMYK | 0 | 0.36 | 0.78 | 0.16 |
| HSL | 32.69º | 0.67% | 0.51% | - |
| HSV(B) | 32.69º | 0.78% | 0.84% | - |
| XYZ | 37.33 | 32.68 | 7.03 | - |
| YUV | 150.35 | 69.68 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 47 | 0 | 0.36 | 0.78 | 0.16 | 32.69 | 0.67 | 0.51 |
| Hex | D6 | 8A | 2F | 0 | 24 | 4E | 10 | 21 | 43 | 33 |
| Octal | 326 | 212 | 57 | 0 | 44 | 116 | 20 | 41 | 103 | 63 |
| Binary | 11010110 | 10001010 | 101111 | 0 | 100100 | 1001110 | 10000 | 100001 | 1000011 | 110011 |
Color Harmonies of #D68A2F
Complementary color
Monochromatic Colors of #D68A2F
Black with #D68A2F
Text Example
Text Example
White with #D68A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A2F; }
p { color: rgb(214,138,47); }
H1.HeaderClassName
{
color: #D68A2F;
}
.AnyTagClassName
{
color: #D68A2F;
}
</style>
background-color css
<style>
a { background-color: #D68A2F; }
a { background-color: rgb(214,138,47); }
div.DivClassName
{
background-color: #D68A2F;
}
.BgClassName
{
background-color: #D68A2F;
}
</style>
border-color css
<style>
span { border-color: #D68A2F; }
span { border-color: rgb(214,138,47); }
td.TdClassName
{
border-color: #D68A2F;
}
.TagClassName
{
border-color: #D68A2F;
}
</style>