Shades of Fuel Yellow #D0963A
Tints of Fuel Yellow #D0963A
RGB
CMYK
RGB Variations
Color information
#D0963A (or 0xD0963A) is known color: Fuel Yellow. HEX triplet: D0, 96 and 3A. RGB value is (208,150,58). Sum of RGB (Red+Green+Blue) = 208+150+58=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D0963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0963A is #2F69C5. Grayscale: #9D9D9D. Windows color (decimal): -3107270 or 3839696. OLE color: 3839696.
HSL color Cylindrical-coordinate representation of color #D0963A: hue angle of 36.8º 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 #D0963A is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 150 | 58 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.18 |
| HSL | 36.8º | 0.61% | 0.52% | - |
| HSV(B) | 36.8º | 0.72% | 0.82% | - |
| XYZ | 37.68 | 35.53 | 8.87 | - |
| YUV | 156.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 150 | 58 | 0 | 0.28 | 0.72 | 0.18 | 36.8 | 0.61 | 0.52 |
| Hex | D0 | 96 | 3A | 0 | 1C | 48 | 12 | 25 | 3D | 34 |
| Octal | 320 | 226 | 72 | 0 | 34 | 110 | 22 | 45 | 75 | 64 |
| Binary | 11010000 | 10010110 | 111010 | 0 | 11100 | 1001000 | 10010 | 100101 | 111101 | 110100 |
Color Harmonies of #D0963A
Complementary color
Monochromatic Colors of #D0963A
Black with #D0963A
Text Example
Text Example
White with #D0963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0963A; }
p { color: rgb(208,150,58); }
H1.HeaderClassName
{
color: #D0963A;
}
.AnyTagClassName
{
color: #D0963A;
}
</style>
background-color css
<style>
a { background-color: #D0963A; }
a { background-color: rgb(208,150,58); }
div.DivClassName
{
background-color: #D0963A;
}
.BgClassName
{
background-color: #D0963A;
}
</style>
border-color css
<style>
span { border-color: #D0963A; }
span { border-color: rgb(208,150,58); }
td.TdClassName
{
border-color: #D0963A;
}
.TagClassName
{
border-color: #D0963A;
}
</style>