Shades of Fuel Yellow #D49C3A
Tints of Fuel Yellow #D49C3A
RGB
CMYK
RGB Variations
Color information
#D49C3A (or 0xD49C3A) is known color: Fuel Yellow. HEX triplet: D4, 9C and 3A. RGB value is (212,156,58). Sum of RGB (Red+Green+Blue) = 212+156+58=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 58 (23.05% from 255 or 13.62% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49C3A is #2B63C5. Grayscale: #A2A2A2. Windows color (decimal): -2843590 or 3841236. OLE color: 3841236.
HSL color Cylindrical-coordinate representation of color #D49C3A: hue angle of 38.18º 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 #D49C3A is Cyan = 0, Magento = 0.26, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 58 | - |
| CMYK | 0 | 0.26 | 0.73 | 0.17 |
| HSL | 38.18º | 0.64% | 0.53% | - |
| HSV(B) | 38.18º | 0.73% | 0.83% | - |
| XYZ | 39.8 | 38.08 | 9.26 | - |
| YUV | 161.57 | 69.55 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 58 | 0 | 0.26 | 0.73 | 0.17 | 38.18 | 0.64 | 0.53 |
| Hex | D4 | 9C | 3A | 0 | 1A | 49 | 11 | 26 | 40 | 35 |
| Octal | 324 | 234 | 72 | 0 | 32 | 111 | 21 | 46 | 100 | 65 |
| Binary | 11010100 | 10011100 | 111010 | 0 | 11010 | 1001001 | 10001 | 100110 | 1000000 | 110101 |
Color Harmonies of #D49C3A
Complementary color
Monochromatic Colors of #D49C3A
Black with #D49C3A
Text Example
Text Example
White with #D49C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49C3A; }
p { color: rgb(212,156,58); }
H1.HeaderClassName
{
color: #D49C3A;
}
.AnyTagClassName
{
color: #D49C3A;
}
</style>
background-color css
<style>
a { background-color: #D49C3A; }
a { background-color: rgb(212,156,58); }
div.DivClassName
{
background-color: #D49C3A;
}
.BgClassName
{
background-color: #D49C3A;
}
</style>
border-color css
<style>
span { border-color: #D49C3A; }
span { border-color: rgb(212,156,58); }
td.TdClassName
{
border-color: #D49C3A;
}
.TagClassName
{
border-color: #D49C3A;
}
</style>