Shades of Fuel Yellow #D0923B
Tints of Fuel Yellow #D0923B
RGB
CMYK
RGB Variations
Color information
#D0923B (or 0xD0923B) is known color: Fuel Yellow. HEX triplet: D0, 92 and 3B. RGB value is (208,146,59). Sum of RGB (Red+Green+Blue) = 208+146+59=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0923B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0923B is #2F6DC4. Grayscale: #9B9B9B. Windows color (decimal): -3108293 or 3904208. OLE color: 3904208.
HSL color Cylindrical-coordinate representation of color #D0923B: hue angle of 35.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0923B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 59 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.18 |
| HSL | 35.03º | 0.61% | 0.52% | - |
| HSV(B) | 35.03º | 0.72% | 0.82% | - |
| XYZ | 37.08 | 34.28 | 8.8 | - |
| YUV | 154.62 | 74.04 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 59 | 0 | 0.30 | 0.72 | 0.18 | 35.03 | 0.61 | 0.52 |
| Hex | D0 | 92 | 3B | 0 | 1E | 48 | 12 | 23 | 3D | 34 |
| Octal | 320 | 222 | 73 | 0 | 36 | 110 | 22 | 43 | 75 | 64 |
| Binary | 11010000 | 10010010 | 111011 | 0 | 11110 | 1001000 | 10010 | 100011 | 111101 | 110100 |
Color Harmonies of #D0923B
Complementary color
Monochromatic Colors of #D0923B
Black with #D0923B
Text Example
Text Example
White with #D0923B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0923B; }
p { color: rgb(208,146,59); }
H1.HeaderClassName
{
color: #D0923B;
}
.AnyTagClassName
{
color: #D0923B;
}
</style>
background-color css
<style>
a { background-color: #D0923B; }
a { background-color: rgb(208,146,59); }
div.DivClassName
{
background-color: #D0923B;
}
.BgClassName
{
background-color: #D0923B;
}
</style>
border-color css
<style>
span { border-color: #D0923B; }
span { border-color: rgb(208,146,59); }
td.TdClassName
{
border-color: #D0923B;
}
.TagClassName
{
border-color: #D0923B;
}
</style>