Shades of Fuel Yellow #D48C2C
Tints of Fuel Yellow #D48C2C
RGB
CMYK
RGB Variations
Color information
#D48C2C (or 0xD48C2C) is known color: Fuel Yellow. HEX triplet: D4, 8C and 2C. RGB value is (212,140,44). Sum of RGB (Red+Green+Blue) = 212+140+44=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 44 (17.58% from 255 or 11.11% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48C2C is #2B73D3. Grayscale: #979797. Windows color (decimal): -2847700 or 2919636. OLE color: 2919636.
HSL color Cylindrical-coordinate representation of color #D48C2C: hue angle of 34.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D48C2C is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 140 | 44 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.17 |
| HSL | 34.29º | 0.66% | 0.5% | - |
| HSV(B) | 34.29º | 0.79% | 0.83% | - |
| XYZ | 36.98 | 32.94 | 6.79 | - |
| YUV | 150.58 | 67.85 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 140 | 44 | 0 | 0.34 | 0.79 | 0.17 | 34.29 | 0.66 | 0.5 |
| Hex | D4 | 8C | 2C | 0 | 22 | 4F | 11 | 22 | 42 | 32 |
| Octal | 324 | 214 | 54 | 0 | 42 | 117 | 21 | 42 | 102 | 62 |
| Binary | 11010100 | 10001100 | 101100 | 0 | 100010 | 1001111 | 10001 | 100010 | 1000010 | 110010 |
Color Harmonies of #D48C2C
Complementary color
Monochromatic Colors of #D48C2C
Black with #D48C2C
Text Example
Text Example
White with #D48C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48C2C; }
p { color: rgb(212,140,44); }
H1.HeaderClassName
{
color: #D48C2C;
}
.AnyTagClassName
{
color: #D48C2C;
}
</style>
background-color css
<style>
a { background-color: #D48C2C; }
a { background-color: rgb(212,140,44); }
div.DivClassName
{
background-color: #D48C2C;
}
.BgClassName
{
background-color: #D48C2C;
}
</style>
border-color css
<style>
span { border-color: #D48C2C; }
span { border-color: rgb(212,140,44); }
td.TdClassName
{
border-color: #D48C2C;
}
.TagClassName
{
border-color: #D48C2C;
}
</style>