Shades of Fuel Yellow #D0972E
Tints of Fuel Yellow #D0972E
RGB
CMYK
RGB Variations
Color information
#D0972E (or 0xD0972E) is known color: Fuel Yellow. HEX triplet: D0, 97 and 2E. RGB value is (208,151,46). Sum of RGB (Red+Green+Blue) = 208+151+46=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 151 (59.38% from 255 or 37.28% from 405); Blue value is 46 (18.36% from 255 or 11.36% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0972E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0972E is #2F68D1. Grayscale: #9C9C9C. Windows color (decimal): -3107026 or 3053520. OLE color: 3053520.
HSL color Cylindrical-coordinate representation of color #D0972E: hue angle of 38.89º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0972E is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 151 | 46 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.18 |
| HSL | 38.89º | 0.64% | 0.5% | - |
| HSV(B) | 38.89º | 0.78% | 0.82% | - |
| XYZ | 37.57 | 35.74 | 7.5 | - |
| YUV | 156.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 151 | 46 | 0 | 0.27 | 0.78 | 0.18 | 38.89 | 0.64 | 0.5 |
| Hex | D0 | 97 | 2E | 0 | 1B | 4E | 12 | 27 | 40 | 32 |
| Octal | 320 | 227 | 56 | 0 | 33 | 116 | 22 | 47 | 100 | 62 |
| Binary | 11010000 | 10010111 | 101110 | 0 | 11011 | 1001110 | 10010 | 100111 | 1000000 | 110010 |
Color Harmonies of #D0972E
Complementary color
Monochromatic Colors of #D0972E
Black with #D0972E
Text Example
Text Example
White with #D0972E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0972E; }
p { color: rgb(208,151,46); }
H1.HeaderClassName
{
color: #D0972E;
}
.AnyTagClassName
{
color: #D0972E;
}
</style>
background-color css
<style>
a { background-color: #D0972E; }
a { background-color: rgb(208,151,46); }
div.DivClassName
{
background-color: #D0972E;
}
.BgClassName
{
background-color: #D0972E;
}
</style>
border-color css
<style>
span { border-color: #D0972E; }
span { border-color: rgb(208,151,46); }
td.TdClassName
{
border-color: #D0972E;
}
.TagClassName
{
border-color: #D0972E;
}
</style>