Shades of Fuel Yellow #D6943D
Tints of Fuel Yellow #D6943D
RGB
CMYK
RGB Variations
Color information
#D6943D (or 0xD6943D) is known color: Fuel Yellow. HEX triplet: D6, 94 and 3D. RGB value is (214,148,61). Sum of RGB (Red+Green+Blue) = 214+148+61=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6943D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6943D is #296BC2. Grayscale: #9E9E9E. Windows color (decimal): -2714563 or 4035798. OLE color: 4035798.
HSL color Cylindrical-coordinate representation of color #D6943D: hue angle of 34.12º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D6943D is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 61 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.16 |
| HSL | 34.12º | 0.65% | 0.54% | - |
| HSV(B) | 34.12º | 0.71% | 0.84% | - |
| XYZ | 39.16 | 35.81 | 9.26 | - |
| YUV | 157.82 | 73.37 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 61 | 0 | 0.31 | 0.71 | 0.16 | 34.12 | 0.65 | 0.54 |
| Hex | D6 | 94 | 3D | 0 | 1F | 47 | 10 | 22 | 41 | 36 |
| Octal | 326 | 224 | 75 | 0 | 37 | 107 | 20 | 42 | 101 | 66 |
| Binary | 11010110 | 10010100 | 111101 | 0 | 11111 | 1000111 | 10000 | 100010 | 1000001 | 110110 |
Color Harmonies of #D6943D
Complementary color
Monochromatic Colors of #D6943D
Black with #D6943D
Text Example
Text Example
White with #D6943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6943D; }
p { color: rgb(214,148,61); }
H1.HeaderClassName
{
color: #D6943D;
}
.AnyTagClassName
{
color: #D6943D;
}
</style>
background-color css
<style>
a { background-color: #D6943D; }
a { background-color: rgb(214,148,61); }
div.DivClassName
{
background-color: #D6943D;
}
.BgClassName
{
background-color: #D6943D;
}
</style>
border-color css
<style>
span { border-color: #D6943D; }
span { border-color: rgb(214,148,61); }
td.TdClassName
{
border-color: #D6943D;
}
.TagClassName
{
border-color: #D6943D;
}
</style>