Shades of Fuel Yellow #D09234
Tints of Fuel Yellow #D09234
RGB
CMYK
RGB Variations
Color information
#D09234 (or 0xD09234) is known color: Fuel Yellow. HEX triplet: D0, 92 and 34. RGB value is (208,146,52). Sum of RGB (Red+Green+Blue) = 208+146+52=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D09234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09234 is #2F6DCB. Grayscale: #9A9A9A. Windows color (decimal): -3108300 or 3445456. OLE color: 3445456.
HSL color Cylindrical-coordinate representation of color #D09234: hue angle of 36.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D09234 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 52 | - |
| CMYK | 0 | 0.30 | 0.75 | 0.18 |
| HSL | 36.15º | 0.62% | 0.51% | - |
| HSV(B) | 36.15º | 0.75% | 0.82% | - |
| XYZ | 36.91 | 34.22 | 7.91 | - |
| YUV | 153.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 52 | 0 | 0.30 | 0.75 | 0.18 | 36.15 | 0.62 | 0.51 |
| Hex | D0 | 92 | 34 | 0 | 1E | 4B | 12 | 24 | 3E | 33 |
| Octal | 320 | 222 | 64 | 0 | 36 | 113 | 22 | 44 | 76 | 63 |
| Binary | 11010000 | 10010010 | 110100 | 0 | 11110 | 1001011 | 10010 | 100100 | 111110 | 110011 |
Color Harmonies of #D09234
Complementary color
Monochromatic Colors of #D09234
Black with #D09234
Text Example
Text Example
White with #D09234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09234; }
p { color: rgb(208,146,52); }
H1.HeaderClassName
{
color: #D09234;
}
.AnyTagClassName
{
color: #D09234;
}
</style>
background-color css
<style>
a { background-color: #D09234; }
a { background-color: rgb(208,146,52); }
div.DivClassName
{
background-color: #D09234;
}
.BgClassName
{
background-color: #D09234;
}
</style>
border-color css
<style>
span { border-color: #D09234; }
span { border-color: rgb(208,146,52); }
td.TdClassName
{
border-color: #D09234;
}
.TagClassName
{
border-color: #D09234;
}
</style>