Shades of Fuel Yellow #D09E3C
Tints of Fuel Yellow #D09E3C
RGB
CMYK
RGB Variations
Color information
#D09E3C (or 0xD09E3C) is known color: Fuel Yellow. HEX triplet: D0, 9E and 3C. RGB value is (208,158,60). Sum of RGB (Red+Green+Blue) = 208+158+60=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09E3C is #2F61C3. Grayscale: #A2A2A2. Windows color (decimal): -3105220 or 3972816. OLE color: 3972816.
HSL color Cylindrical-coordinate representation of color #D09E3C: hue angle of 39.73º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D09E3C is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 158 | 60 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.18 |
| HSL | 39.73º | 0.61% | 0.53% | - |
| HSV(B) | 39.73º | 0.71% | 0.82% | - |
| XYZ | 39.05 | 38.19 | 9.59 | - |
| YUV | 161.78 | 70.57 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 158 | 60 | 0 | 0.24 | 0.71 | 0.18 | 39.73 | 0.61 | 0.53 |
| Hex | D0 | 9E | 3C | 0 | 18 | 47 | 12 | 28 | 3D | 35 |
| Octal | 320 | 236 | 74 | 0 | 30 | 107 | 22 | 50 | 75 | 65 |
| Binary | 11010000 | 10011110 | 111100 | 0 | 11000 | 1000111 | 10010 | 101000 | 111101 | 110101 |
Color Harmonies of #D09E3C
Complementary color
Monochromatic Colors of #D09E3C
Black with #D09E3C
Text Example
Text Example
White with #D09E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09E3C; }
p { color: rgb(208,158,60); }
H1.HeaderClassName
{
color: #D09E3C;
}
.AnyTagClassName
{
color: #D09E3C;
}
</style>
background-color css
<style>
a { background-color: #D09E3C; }
a { background-color: rgb(208,158,60); }
div.DivClassName
{
background-color: #D09E3C;
}
.BgClassName
{
background-color: #D09E3C;
}
</style>
border-color css
<style>
span { border-color: #D09E3C; }
span { border-color: rgb(208,158,60); }
td.TdClassName
{
border-color: #D09E3C;
}
.TagClassName
{
border-color: #D09E3C;
}
</style>