Shades of Fuel Yellow #D69937
Tints of Fuel Yellow #D69937
RGB
CMYK
RGB Variations
Color information
#D69937 (or 0xD69937) is known color: Fuel Yellow. HEX triplet: D6, 99 and 37. RGB value is (214,153,55). Sum of RGB (Red+Green+Blue) = 214+153+55=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D69937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69937 is #2966C8. Grayscale: #A0A0A0. Windows color (decimal): -2713289 or 3643862. OLE color: 3643862.
HSL color Cylindrical-coordinate representation of color #D69937: hue angle of 36.98º 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 #D69937 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 55 | - |
| CMYK | 0 | 0.29 | 0.74 | 0.16 |
| HSL | 36.98º | 0.66% | 0.53% | - |
| HSV(B) | 36.98º | 0.74% | 0.84% | - |
| XYZ | 39.81 | 37.35 | 8.73 | - |
| YUV | 160.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 55 | 0 | 0.29 | 0.74 | 0.16 | 36.98 | 0.66 | 0.53 |
| Hex | D6 | 99 | 37 | 0 | 1D | 4A | 10 | 25 | 42 | 35 |
| Octal | 326 | 231 | 67 | 0 | 35 | 112 | 20 | 45 | 102 | 65 |
| Binary | 11010110 | 10011001 | 110111 | 0 | 11101 | 1001010 | 10000 | 100101 | 1000010 | 110101 |
Color Harmonies of #D69937
Complementary color
Monochromatic Colors of #D69937
Black with #D69937
Text Example
Text Example
White with #D69937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69937; }
p { color: rgb(214,153,55); }
H1.HeaderClassName
{
color: #D69937;
}
.AnyTagClassName
{
color: #D69937;
}
</style>
background-color css
<style>
a { background-color: #D69937; }
a { background-color: rgb(214,153,55); }
div.DivClassName
{
background-color: #D69937;
}
.BgClassName
{
background-color: #D69937;
}
</style>
border-color css
<style>
span { border-color: #D69937; }
span { border-color: rgb(214,153,55); }
td.TdClassName
{
border-color: #D69937;
}
.TagClassName
{
border-color: #D69937;
}
</style>