Shades of Fuel Yellow #D49A32
Tints of Fuel Yellow #D49A32
RGB
CMYK
RGB Variations
Color information
#D49A32 (or 0xD49A32) is known color: Fuel Yellow. HEX triplet: D4, 9A and 32. RGB value is (212,154,50). Sum of RGB (Red+Green+Blue) = 212+154+50=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 154 (60.55% from 255 or 37.02% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A32 is #2B65CD. Grayscale: #9F9F9F. Windows color (decimal): -2844110 or 3316436. OLE color: 3316436.
HSL color Cylindrical-coordinate representation of color #D49A32: hue angle of 38.52º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D49A32 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 50 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.17 |
| HSL | 38.52º | 0.65% | 0.51% | - |
| HSV(B) | 38.52º | 0.76% | 0.83% | - |
| XYZ | 39.28 | 37.34 | 8.15 | - |
| YUV | 159.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 50 | 0 | 0.27 | 0.76 | 0.17 | 38.52 | 0.65 | 0.51 |
| Hex | D4 | 9A | 32 | 0 | 1B | 4C | 11 | 27 | 41 | 33 |
| Octal | 324 | 232 | 62 | 0 | 33 | 114 | 21 | 47 | 101 | 63 |
| Binary | 11010100 | 10011010 | 110010 | 0 | 11011 | 1001100 | 10001 | 100111 | 1000001 | 110011 |
Color Harmonies of #D49A32
Complementary color
Monochromatic Colors of #D49A32
Black with #D49A32
Text Example
Text Example
White with #D49A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A32; }
p { color: rgb(212,154,50); }
H1.HeaderClassName
{
color: #D49A32;
}
.AnyTagClassName
{
color: #D49A32;
}
</style>
background-color css
<style>
a { background-color: #D49A32; }
a { background-color: rgb(212,154,50); }
div.DivClassName
{
background-color: #D49A32;
}
.BgClassName
{
background-color: #D49A32;
}
</style>
border-color css
<style>
span { border-color: #D49A32; }
span { border-color: rgb(212,154,50); }
td.TdClassName
{
border-color: #D49A32;
}
.TagClassName
{
border-color: #D49A32;
}
</style>