Shades of Fuel Yellow #D69231
Tints of Fuel Yellow #D69231
RGB
CMYK
RGB Variations
Color information
#D69231 (or 0xD69231) is known color: Fuel Yellow. HEX triplet: D6, 92 and 31. RGB value is (214,146,49). Sum of RGB (Red+Green+Blue) = 214+146+49=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D69231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69231 is #296DCE. Grayscale: #9B9B9B. Windows color (decimal): -2715087 or 3248854. OLE color: 3248854.
HSL color Cylindrical-coordinate representation of color #D69231: hue angle of 35.27º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D69231 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 49 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.16 |
| HSL | 35.27º | 0.67% | 0.52% | - |
| HSV(B) | 35.27º | 0.77% | 0.84% | - |
| XYZ | 38.56 | 35.08 | 7.64 | - |
| YUV | 155.27 | 68.03 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 49 | 0 | 0.32 | 0.77 | 0.16 | 35.27 | 0.67 | 0.52 |
| Hex | D6 | 92 | 31 | 0 | 20 | 4D | 10 | 23 | 43 | 34 |
| Octal | 326 | 222 | 61 | 0 | 40 | 115 | 20 | 43 | 103 | 64 |
| Binary | 11010110 | 10010010 | 110001 | 0 | 100000 | 1001101 | 10000 | 100011 | 1000011 | 110100 |
Color Harmonies of #D69231
Complementary color
Monochromatic Colors of #D69231
Black with #D69231
Text Example
Text Example
White with #D69231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69231; }
p { color: rgb(214,146,49); }
H1.HeaderClassName
{
color: #D69231;
}
.AnyTagClassName
{
color: #D69231;
}
</style>
background-color css
<style>
a { background-color: #D69231; }
a { background-color: rgb(214,146,49); }
div.DivClassName
{
background-color: #D69231;
}
.BgClassName
{
background-color: #D69231;
}
</style>
border-color css
<style>
span { border-color: #D69231; }
span { border-color: rgb(214,146,49); }
td.TdClassName
{
border-color: #D69231;
}
.TagClassName
{
border-color: #D69231;
}
</style>