Shades of Fuel Yellow #D3933D
Tints of Fuel Yellow #D3933D
RGB
CMYK
RGB Variations
Color information
#D3933D (or 0xD3933D) is known color: Fuel Yellow. HEX triplet: D3, 93 and 3D. RGB value is (211,147,61). Sum of RGB (Red+Green+Blue) = 211+147+61=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3933D is #2C6CC2. Grayscale: #9C9C9C. Windows color (decimal): -2911427 or 4035539. OLE color: 4035539.
HSL color Cylindrical-coordinate representation of color #D3933D: hue angle of 34.4º 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 #D3933D is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 147 | 61 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.17 |
| HSL | 34.4º | 0.63% | 0.53% | - |
| HSV(B) | 34.4º | 0.71% | 0.83% | - |
| XYZ | 38.14 | 35.05 | 9.17 | - |
| YUV | 156.33 | 74.2 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 147 | 61 | 0 | 0.30 | 0.71 | 0.17 | 34.4 | 0.63 | 0.53 |
| Hex | D3 | 93 | 3D | 0 | 1E | 47 | 11 | 22 | 3F | 35 |
| Octal | 323 | 223 | 75 | 0 | 36 | 107 | 21 | 42 | 77 | 65 |
| Binary | 11010011 | 10010011 | 111101 | 0 | 11110 | 1000111 | 10001 | 100010 | 111111 | 110101 |
Color Harmonies of #D3933D
Complementary color
Monochromatic Colors of #D3933D
Black with #D3933D
Text Example
Text Example
White with #D3933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3933D; }
p { color: rgb(211,147,61); }
H1.HeaderClassName
{
color: #D3933D;
}
.AnyTagClassName
{
color: #D3933D;
}
</style>
background-color css
<style>
a { background-color: #D3933D; }
a { background-color: rgb(211,147,61); }
div.DivClassName
{
background-color: #D3933D;
}
.BgClassName
{
background-color: #D3933D;
}
</style>
border-color css
<style>
span { border-color: #D3933D; }
span { border-color: rgb(211,147,61); }
td.TdClassName
{
border-color: #D3933D;
}
.TagClassName
{
border-color: #D3933D;
}
</style>