Shades of Fuel Yellow #D69239
Tints of Fuel Yellow #D69239
RGB
CMYK
RGB Variations
Color information
#D69239 (or 0xD69239) is known color: Fuel Yellow. HEX triplet: D6, 92 and 39. RGB value is (214,146,57). Sum of RGB (Red+Green+Blue) = 214+146+57=417 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.32% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 214 - color contains mainly: red. Hex color #D69239 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69239 is #296DC6. Grayscale: #9C9C9C. Windows color (decimal): -2715079 or 3773142. OLE color: 3773142.
HSL color Cylindrical-coordinate representation of color #D69239: hue angle of 34.01º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D69239 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 57 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.16 |
| HSL | 34.01º | 0.66% | 0.53% | - |
| HSV(B) | 34.01º | 0.73% | 0.84% | - |
| XYZ | 38.75 | 35.15 | 8.61 | - |
| YUV | 156.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 57 | 0 | 0.32 | 0.73 | 0.16 | 34.01 | 0.66 | 0.53 |
| Hex | D6 | 92 | 39 | 0 | 20 | 49 | 10 | 22 | 42 | 35 |
| Octal | 326 | 222 | 71 | 0 | 40 | 111 | 20 | 42 | 102 | 65 |
| Binary | 11010110 | 10010010 | 111001 | 0 | 100000 | 1001001 | 10000 | 100010 | 1000010 | 110101 |
Color Harmonies of #D69239
Complementary color
Monochromatic Colors of #D69239
Black with #D69239
Text Example
Text Example
White with #D69239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69239; }
p { color: rgb(214,146,57); }
H1.HeaderClassName
{
color: #D69239;
}
.AnyTagClassName
{
color: #D69239;
}
</style>
background-color css
<style>
a { background-color: #D69239; }
a { background-color: rgb(214,146,57); }
div.DivClassName
{
background-color: #D69239;
}
.BgClassName
{
background-color: #D69239;
}
</style>
border-color css
<style>
span { border-color: #D69239; }
span { border-color: rgb(214,146,57); }
td.TdClassName
{
border-color: #D69239;
}
.TagClassName
{
border-color: #D69239;
}
</style>