Shades of Fuel Yellow #D4993B
Tints of Fuel Yellow #D4993B
RGB
CMYK
RGB Variations
Color information
#D4993B (or 0xD4993B) is known color: Fuel Yellow. HEX triplet: D4, 99 and 3B. RGB value is (212,153,59). Sum of RGB (Red+Green+Blue) = 212+153+59=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 59 (23.44% from 255 or 13.92% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4993B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4993B is #2B66C4. Grayscale: #A0A0A0. Windows color (decimal): -2844357 or 3906004. OLE color: 3906004.
HSL color Cylindrical-coordinate representation of color #D4993B: hue angle of 36.86º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4993B is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 153 | 59 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.17 |
| HSL | 36.86º | 0.64% | 0.53% | - |
| HSV(B) | 36.86º | 0.72% | 0.83% | - |
| XYZ | 39.33 | 37.1 | 9.22 | - |
| YUV | 159.93 | 71.05 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 153 | 59 | 0 | 0.28 | 0.72 | 0.17 | 36.86 | 0.64 | 0.53 |
| Hex | D4 | 99 | 3B | 0 | 1C | 48 | 11 | 25 | 40 | 35 |
| Octal | 324 | 231 | 73 | 0 | 34 | 110 | 21 | 45 | 100 | 65 |
| Binary | 11010100 | 10011001 | 111011 | 0 | 11100 | 1001000 | 10001 | 100101 | 1000000 | 110101 |
Color Harmonies of #D4993B
Complementary color
Monochromatic Colors of #D4993B
Black with #D4993B
Text Example
Text Example
White with #D4993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4993B; }
p { color: rgb(212,153,59); }
H1.HeaderClassName
{
color: #D4993B;
}
.AnyTagClassName
{
color: #D4993B;
}
</style>
background-color css
<style>
a { background-color: #D4993B; }
a { background-color: rgb(212,153,59); }
div.DivClassName
{
background-color: #D4993B;
}
.BgClassName
{
background-color: #D4993B;
}
</style>
border-color css
<style>
span { border-color: #D4993B; }
span { border-color: rgb(212,153,59); }
td.TdClassName
{
border-color: #D4993B;
}
.TagClassName
{
border-color: #D4993B;
}
</style>