Shades of Fuel Yellow #D4943A
Tints of Fuel Yellow #D4943A
RGB
CMYK
RGB Variations
Color information
#D4943A (or 0xD4943A) is known color: Fuel Yellow. HEX triplet: D4, 94 and 3A. RGB value is (212,148,58). Sum of RGB (Red+Green+Blue) = 212+148+58=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4943A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4943A is #2B6BC5. Grayscale: #9D9D9D. Windows color (decimal): -2845638 or 3839188. OLE color: 3839188.
HSL color Cylindrical-coordinate representation of color #D4943A: hue angle of 35.06º degrees, saturation: 0.64, 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 #D4943A is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 148 | 58 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.17 |
| HSL | 35.06º | 0.64% | 0.53% | - |
| HSV(B) | 35.06º | 0.73% | 0.83% | - |
| XYZ | 38.51 | 35.48 | 8.82 | - |
| YUV | 156.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 148 | 58 | 0 | 0.30 | 0.73 | 0.17 | 35.06 | 0.64 | 0.53 |
| Hex | D4 | 94 | 3A | 0 | 1E | 49 | 11 | 23 | 40 | 35 |
| Octal | 324 | 224 | 72 | 0 | 36 | 111 | 21 | 43 | 100 | 65 |
| Binary | 11010100 | 10010100 | 111010 | 0 | 11110 | 1001001 | 10001 | 100011 | 1000000 | 110101 |
Color Harmonies of #D4943A
Complementary color
Monochromatic Colors of #D4943A
Black with #D4943A
Text Example
Text Example
White with #D4943A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4943A; }
p { color: rgb(212,148,58); }
H1.HeaderClassName
{
color: #D4943A;
}
.AnyTagClassName
{
color: #D4943A;
}
</style>
background-color css
<style>
a { background-color: #D4943A; }
a { background-color: rgb(212,148,58); }
div.DivClassName
{
background-color: #D4943A;
}
.BgClassName
{
background-color: #D4943A;
}
</style>
border-color css
<style>
span { border-color: #D4943A; }
span { border-color: rgb(212,148,58); }
td.TdClassName
{
border-color: #D4943A;
}
.TagClassName
{
border-color: #D4943A;
}
</style>