Shades of Fuel Yellow #D6903D
Tints of Fuel Yellow #D6903D
RGB
CMYK
RGB Variations
Color information
#D6903D (or 0xD6903D) is known color: Fuel Yellow. HEX triplet: D6, 90 and 3D. RGB value is (214,144,61). Sum of RGB (Red+Green+Blue) = 214+144+61=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D6903D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6903D is #296FC2. Grayscale: #9B9B9B. Windows color (decimal): -2715587 or 4034774. OLE color: 4034774.
HSL color Cylindrical-coordinate representation of color #D6903D: hue angle of 32.55º 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 #D6903D is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 61 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.16 |
| HSL | 32.55º | 0.65% | 0.54% | - |
| HSV(B) | 32.55º | 0.71% | 0.84% | - |
| XYZ | 38.55 | 34.58 | 9.06 | - |
| YUV | 155.47 | 74.69 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 61 | 0 | 0.33 | 0.71 | 0.16 | 32.55 | 0.65 | 0.54 |
| Hex | D6 | 90 | 3D | 0 | 21 | 47 | 10 | 21 | 41 | 36 |
| Octal | 326 | 220 | 75 | 0 | 41 | 107 | 20 | 41 | 101 | 66 |
| Binary | 11010110 | 10010000 | 111101 | 0 | 100001 | 1000111 | 10000 | 100001 | 1000001 | 110110 |
Color Harmonies of #D6903D
Complementary color
Monochromatic Colors of #D6903D
Black with #D6903D
Text Example
Text Example
White with #D6903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6903D; }
p { color: rgb(214,144,61); }
H1.HeaderClassName
{
color: #D6903D;
}
.AnyTagClassName
{
color: #D6903D;
}
</style>
background-color css
<style>
a { background-color: #D6903D; }
a { background-color: rgb(214,144,61); }
div.DivClassName
{
background-color: #D6903D;
}
.BgClassName
{
background-color: #D6903D;
}
</style>
border-color css
<style>
span { border-color: #D6903D; }
span { border-color: rgb(214,144,61); }
td.TdClassName
{
border-color: #D6903D;
}
.TagClassName
{
border-color: #D6903D;
}
</style>