Shades of Fuel Yellow #D3973A
Tints of Fuel Yellow #D3973A
RGB
CMYK
RGB Variations
Color information
#D3973A (or 0xD3973A) is known color: Fuel Yellow. HEX triplet: D3, 97 and 3A. RGB value is (211,151,58). Sum of RGB (Red+Green+Blue) = 211+151+58=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D3973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3973A is #2C68C5. Grayscale: #9E9E9E. Windows color (decimal): -2910406 or 3839955. OLE color: 3839955.
HSL color Cylindrical-coordinate representation of color #D3973A: hue angle of 36.47º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3973A is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 151 | 58 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.17 |
| HSL | 36.47º | 0.63% | 0.53% | - |
| HSV(B) | 36.47º | 0.73% | 0.83% | - |
| XYZ | 38.69 | 36.29 | 8.97 | - |
| YUV | 158.34 | 71.38 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 151 | 58 | 0 | 0.28 | 0.73 | 0.17 | 36.47 | 0.63 | 0.53 |
| Hex | D3 | 97 | 3A | 0 | 1C | 49 | 11 | 24 | 3F | 35 |
| Octal | 323 | 227 | 72 | 0 | 34 | 111 | 21 | 44 | 77 | 65 |
| Binary | 11010011 | 10010111 | 111010 | 0 | 11100 | 1001001 | 10001 | 100100 | 111111 | 110101 |
Color Harmonies of #D3973A
Complementary color
Monochromatic Colors of #D3973A
Black with #D3973A
Text Example
Text Example
White with #D3973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3973A; }
p { color: rgb(211,151,58); }
H1.HeaderClassName
{
color: #D3973A;
}
.AnyTagClassName
{
color: #D3973A;
}
</style>
background-color css
<style>
a { background-color: #D3973A; }
a { background-color: rgb(211,151,58); }
div.DivClassName
{
background-color: #D3973A;
}
.BgClassName
{
background-color: #D3973A;
}
</style>
border-color css
<style>
span { border-color: #D3973A; }
span { border-color: rgb(211,151,58); }
td.TdClassName
{
border-color: #D3973A;
}
.TagClassName
{
border-color: #D3973A;
}
</style>