Shades of Fuel Yellow #D1933B
Tints of Fuel Yellow #D1933B
RGB
CMYK
RGB Variations
Color information
#D1933B (or 0xD1933B) is known color: Fuel Yellow. HEX triplet: D1, 93 and 3B. RGB value is (209,147,59). Sum of RGB (Red+Green+Blue) = 209+147+59=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1933B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1933B is #2E6CC4. Grayscale: #9B9B9B. Windows color (decimal): -3042501 or 3904465. OLE color: 3904465.
HSL color Cylindrical-coordinate representation of color #D1933B: hue angle of 35.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1933B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 59 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.18 |
| HSL | 35.2º | 0.62% | 0.53% | - |
| HSV(B) | 35.2º | 0.72% | 0.82% | - |
| XYZ | 37.52 | 34.74 | 8.87 | - |
| YUV | 155.51 | 73.54 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 59 | 0 | 0.30 | 0.72 | 0.18 | 35.2 | 0.62 | 0.53 |
| Hex | D1 | 93 | 3B | 0 | 1E | 48 | 12 | 23 | 3E | 35 |
| Octal | 321 | 223 | 73 | 0 | 36 | 110 | 22 | 43 | 76 | 65 |
| Binary | 11010001 | 10010011 | 111011 | 0 | 11110 | 1001000 | 10010 | 100011 | 111110 | 110101 |
Color Harmonies of #D1933B
Complementary color
Monochromatic Colors of #D1933B
Black with #D1933B
Text Example
Text Example
White with #D1933B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1933B; }
p { color: rgb(209,147,59); }
H1.HeaderClassName
{
color: #D1933B;
}
.AnyTagClassName
{
color: #D1933B;
}
</style>
background-color css
<style>
a { background-color: #D1933B; }
a { background-color: rgb(209,147,59); }
div.DivClassName
{
background-color: #D1933B;
}
.BgClassName
{
background-color: #D1933B;
}
</style>
border-color css
<style>
span { border-color: #D1933B; }
span { border-color: rgb(209,147,59); }
td.TdClassName
{
border-color: #D1933B;
}
.TagClassName
{
border-color: #D1933B;
}
</style>