Shades of Fuel Yellow #D69139
Tints of Fuel Yellow #D69139
RGB
CMYK
RGB Variations
Color information
#D69139 (or 0xD69139) is known color: Fuel Yellow. HEX triplet: D6, 91 and 39. RGB value is (214,145,57). Sum of RGB (Red+Green+Blue) = 214+145+57=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D69139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69139 is #296EC6. Grayscale: #9C9C9C. Windows color (decimal): -2715335 or 3772886. OLE color: 3772886.
HSL color Cylindrical-coordinate representation of color #D69139: hue angle of 33.63º 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 #D69139 is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 57 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.16 |
| HSL | 33.63º | 0.66% | 0.53% | - |
| HSV(B) | 33.63º | 0.73% | 0.84% | - |
| XYZ | 38.6 | 34.84 | 8.56 | - |
| YUV | 155.6 | 72.36 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 57 | 0 | 0.32 | 0.73 | 0.16 | 33.63 | 0.66 | 0.53 |
| Hex | D6 | 91 | 39 | 0 | 20 | 49 | 10 | 22 | 42 | 35 |
| Octal | 326 | 221 | 71 | 0 | 40 | 111 | 20 | 42 | 102 | 65 |
| Binary | 11010110 | 10010001 | 111001 | 0 | 100000 | 1001001 | 10000 | 100010 | 1000010 | 110101 |
Color Harmonies of #D69139
Complementary color
Monochromatic Colors of #D69139
Black with #D69139
Text Example
Text Example
White with #D69139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69139; }
p { color: rgb(214,145,57); }
H1.HeaderClassName
{
color: #D69139;
}
.AnyTagClassName
{
color: #D69139;
}
</style>
background-color css
<style>
a { background-color: #D69139; }
a { background-color: rgb(214,145,57); }
div.DivClassName
{
background-color: #D69139;
}
.BgClassName
{
background-color: #D69139;
}
</style>
border-color css
<style>
span { border-color: #D69139; }
span { border-color: rgb(214,145,57); }
td.TdClassName
{
border-color: #D69139;
}
.TagClassName
{
border-color: #D69139;
}
</style>