Shades of Fuel Yellow #D3993D
Tints of Fuel Yellow #D3993D
RGB
CMYK
RGB Variations
Color information
#D3993D (or 0xD3993D) is known color: Fuel Yellow. HEX triplet: D3, 99 and 3D. RGB value is (211,153,61). Sum of RGB (Red+Green+Blue) = 211+153+61=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 211 - color contains mainly: red. Hex color #D3993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3993D is #2C66C2. Grayscale: #A0A0A0. Windows color (decimal): -2909891 or 4037075. OLE color: 4037075.
HSL color Cylindrical-coordinate representation of color #D3993D: hue angle of 36.8º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3993D is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 61 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.17 |
| HSL | 36.8º | 0.63% | 0.53% | - |
| HSV(B) | 36.8º | 0.71% | 0.83% | - |
| XYZ | 39.1 | 36.97 | 9.49 | - |
| YUV | 159.85 | 72.22 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 61 | 0 | 0.27 | 0.71 | 0.17 | 36.8 | 0.63 | 0.53 |
| Hex | D3 | 99 | 3D | 0 | 1B | 47 | 11 | 25 | 3F | 35 |
| Octal | 323 | 231 | 75 | 0 | 33 | 107 | 21 | 45 | 77 | 65 |
| Binary | 11010011 | 10011001 | 111101 | 0 | 11011 | 1000111 | 10001 | 100101 | 111111 | 110101 |
Color Harmonies of #D3993D
Complementary color
Monochromatic Colors of #D3993D
Black with #D3993D
Text Example
Text Example
White with #D3993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3993D; }
p { color: rgb(211,153,61); }
H1.HeaderClassName
{
color: #D3993D;
}
.AnyTagClassName
{
color: #D3993D;
}
</style>
background-color css
<style>
a { background-color: #D3993D; }
a { background-color: rgb(211,153,61); }
div.DivClassName
{
background-color: #D3993D;
}
.BgClassName
{
background-color: #D3993D;
}
</style>
border-color css
<style>
span { border-color: #D3993D; }
span { border-color: rgb(211,153,61); }
td.TdClassName
{
border-color: #D3993D;
}
.TagClassName
{
border-color: #D3993D;
}
</style>