Shades of Fuel Yellow #D69037
Tints of Fuel Yellow #D69037
RGB
CMYK
RGB Variations
Color information
#D69037 (or 0xD69037) is known color: Fuel Yellow. HEX triplet: D6, 90 and 37. RGB value is (214,144,55). Sum of RGB (Red+Green+Blue) = 214+144+55=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D69037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69037 is #296FC8. Grayscale: #9B9B9B. Windows color (decimal): -2715593 or 3641558. OLE color: 3641558.
HSL color Cylindrical-coordinate representation of color #D69037: hue angle of 33.58º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D69037 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 55 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.16 |
| HSL | 33.58º | 0.66% | 0.53% | - |
| HSV(B) | 33.58º | 0.74% | 0.84% | - |
| XYZ | 38.39 | 34.52 | 8.25 | - |
| YUV | 154.78 | 71.69 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 55 | 0 | 0.33 | 0.74 | 0.16 | 33.58 | 0.66 | 0.53 |
| Hex | D6 | 90 | 37 | 0 | 21 | 4A | 10 | 22 | 42 | 35 |
| Octal | 326 | 220 | 67 | 0 | 41 | 112 | 20 | 42 | 102 | 65 |
| Binary | 11010110 | 10010000 | 110111 | 0 | 100001 | 1001010 | 10000 | 100010 | 1000010 | 110101 |
Color Harmonies of #D69037
Complementary color
Monochromatic Colors of #D69037
Black with #D69037
Text Example
Text Example
White with #D69037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69037; }
p { color: rgb(214,144,55); }
H1.HeaderClassName
{
color: #D69037;
}
.AnyTagClassName
{
color: #D69037;
}
</style>
background-color css
<style>
a { background-color: #D69037; }
a { background-color: rgb(214,144,55); }
div.DivClassName
{
background-color: #D69037;
}
.BgClassName
{
background-color: #D69037;
}
</style>
border-color css
<style>
span { border-color: #D69037; }
span { border-color: rgb(214,144,55); }
td.TdClassName
{
border-color: #D69037;
}
.TagClassName
{
border-color: #D69037;
}
</style>