Shades of Fuel Yellow #D0903D
Tints of Fuel Yellow #D0903D
RGB
CMYK
RGB Variations
Color information
#D0903D (or 0xD0903D) is known color: Fuel Yellow. HEX triplet: D0, 90 and 3D. RGB value is (208,144,61). Sum of RGB (Red+Green+Blue) = 208+144+61=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0903D is #2F6FC2. Grayscale: #9A9A9A. Windows color (decimal): -3108803 or 4034768. OLE color: 4034768.
HSL color Cylindrical-coordinate representation of color #D0903D: hue angle of 33.88º 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 #D0903D is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 144 | 61 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.18 |
| HSL | 33.88º | 0.61% | 0.53% | - |
| HSV(B) | 33.88º | 0.71% | 0.82% | - |
| XYZ | 36.83 | 33.69 | 8.98 | - |
| YUV | 153.67 | 75.7 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 144 | 61 | 0 | 0.31 | 0.71 | 0.18 | 33.88 | 0.61 | 0.53 |
| Hex | D0 | 90 | 3D | 0 | 1F | 47 | 12 | 22 | 3D | 35 |
| Octal | 320 | 220 | 75 | 0 | 37 | 107 | 22 | 42 | 75 | 65 |
| Binary | 11010000 | 10010000 | 111101 | 0 | 11111 | 1000111 | 10010 | 100010 | 111101 | 110101 |
Color Harmonies of #D0903D
Complementary color
Monochromatic Colors of #D0903D
Black with #D0903D
Text Example
Text Example
White with #D0903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0903D; }
p { color: rgb(208,144,61); }
H1.HeaderClassName
{
color: #D0903D;
}
.AnyTagClassName
{
color: #D0903D;
}
</style>
background-color css
<style>
a { background-color: #D0903D; }
a { background-color: rgb(208,144,61); }
div.DivClassName
{
background-color: #D0903D;
}
.BgClassName
{
background-color: #D0903D;
}
</style>
border-color css
<style>
span { border-color: #D0903D; }
span { border-color: rgb(208,144,61); }
td.TdClassName
{
border-color: #D0903D;
}
.TagClassName
{
border-color: #D0903D;
}
</style>