Shades of Fuel Yellow #D49A34
Tints of Fuel Yellow #D49A34
RGB
CMYK
RGB Variations
Color information
#D49A34 (or 0xD49A34) is known color: Fuel Yellow. HEX triplet: D4, 9A and 34. RGB value is (212,154,52). Sum of RGB (Red+Green+Blue) = 212+154+52=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D49A34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D49A34 is #2B65CB. Grayscale: #A0A0A0. Windows color (decimal): -2844108 or 3447508. OLE color: 3447508.
HSL color Cylindrical-coordinate representation of color #D49A34: hue angle of 38.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D49A34 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 154 | 52 | - |
| CMYK | 0 | 0.27 | 0.75 | 0.17 |
| HSL | 38.25º | 0.65% | 0.52% | - |
| HSV(B) | 38.25º | 0.75% | 0.83% | - |
| XYZ | 39.33 | 37.36 | 8.39 | - |
| YUV | 159.71 | 67.22 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 52 | 0 | 0.27 | 0.75 | 0.17 | 38.25 | 0.65 | 0.52 |
| Hex | D4 | 9A | 34 | 0 | 1B | 4B | 11 | 26 | 41 | 34 |
| Octal | 324 | 232 | 64 | 0 | 33 | 113 | 21 | 46 | 101 | 64 |
| Binary | 11010100 | 10011010 | 110100 | 0 | 11011 | 1001011 | 10001 | 100110 | 1000001 | 110100 |
Color Harmonies of #D49A34
Complementary color
Monochromatic Colors of #D49A34
Black with #D49A34
Text Example
Text Example
White with #D49A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49A34; }
p { color: rgb(212,154,52); }
H1.HeaderClassName
{
color: #D49A34;
}
.AnyTagClassName
{
color: #D49A34;
}
</style>
background-color css
<style>
a { background-color: #D49A34; }
a { background-color: rgb(212,154,52); }
div.DivClassName
{
background-color: #D49A34;
}
.BgClassName
{
background-color: #D49A34;
}
</style>
border-color css
<style>
span { border-color: #D49A34; }
span { border-color: rgb(212,154,52); }
td.TdClassName
{
border-color: #D49A34;
}
.TagClassName
{
border-color: #D49A34;
}
</style>