Shades of Fuel Yellow #D3973E
Tints of Fuel Yellow #D3973E
RGB
CMYK
RGB Variations
Color information
#D3973E (or 0xD3973E) is known color: Fuel Yellow. HEX triplet: D3, 97 and 3E. RGB value is (211,151,62). Sum of RGB (Red+Green+Blue) = 211+151+62=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3973E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3973E is #2C68C1. Grayscale: #9F9F9F. Windows color (decimal): -2910402 or 4102099. OLE color: 4102099.
HSL color Cylindrical-coordinate representation of color #D3973E: hue angle of 35.84º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3973E is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 62 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.17 |
| HSL | 35.84º | 0.63% | 0.54% | - |
| HSV(B) | 35.84º | 0.71% | 0.83% | - |
| XYZ | 38.8 | 36.33 | 9.52 | - |
| YUV | 158.79 | 73.38 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 62 | 0 | 0.28 | 0.71 | 0.17 | 35.84 | 0.63 | 0.54 |
| Hex | D3 | 97 | 3E | 0 | 1C | 47 | 11 | 24 | 3F | 36 |
| Octal | 323 | 227 | 76 | 0 | 34 | 107 | 21 | 44 | 77 | 66 |
| Binary | 11010011 | 10010111 | 111110 | 0 | 11100 | 1000111 | 10001 | 100100 | 111111 | 110110 |
Color Harmonies of #D3973E
Complementary color
Monochromatic Colors of #D3973E
Black with #D3973E
Text Example
Text Example
White with #D3973E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3973E; }
p { color: rgb(211,151,62); }
H1.HeaderClassName
{
color: #D3973E;
}
.AnyTagClassName
{
color: #D3973E;
}
</style>
background-color css
<style>
a { background-color: #D3973E; }
a { background-color: rgb(211,151,62); }
div.DivClassName
{
background-color: #D3973E;
}
.BgClassName
{
background-color: #D3973E;
}
</style>
border-color css
<style>
span { border-color: #D3973E; }
span { border-color: rgb(211,151,62); }
td.TdClassName
{
border-color: #D3973E;
}
.TagClassName
{
border-color: #D3973E;
}
</style>