Shades of Fuel Yellow #D6963B
Tints of Fuel Yellow #D6963B
RGB
CMYK
RGB Variations
Color information
#D6963B (or 0xD6963B) is known color: Fuel Yellow. HEX triplet: D6, 96 and 3B. RGB value is (214,150,59). Sum of RGB (Red+Green+Blue) = 214+150+59=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6963B is #2969C4. Grayscale: #9F9F9F. Windows color (decimal): -2714053 or 3905238. OLE color: 3905238.
HSL color Cylindrical-coordinate representation of color #D6963B: hue angle of 35.23º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6963B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 59 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.16 |
| HSL | 35.23º | 0.65% | 0.54% | - |
| HSV(B) | 35.23º | 0.72% | 0.84% | - |
| XYZ | 39.43 | 36.42 | 9.09 | - |
| YUV | 158.76 | 71.7 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 59 | 0 | 0.30 | 0.72 | 0.16 | 35.23 | 0.65 | 0.54 |
| Hex | D6 | 96 | 3B | 0 | 1E | 48 | 10 | 23 | 41 | 36 |
| Octal | 326 | 226 | 73 | 0 | 36 | 110 | 20 | 43 | 101 | 66 |
| Binary | 11010110 | 10010110 | 111011 | 0 | 11110 | 1001000 | 10000 | 100011 | 1000001 | 110110 |
Color Harmonies of #D6963B
Complementary color
Monochromatic Colors of #D6963B
Black with #D6963B
Text Example
Text Example
White with #D6963B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6963B; }
p { color: rgb(214,150,59); }
H1.HeaderClassName
{
color: #D6963B;
}
.AnyTagClassName
{
color: #D6963B;
}
</style>
background-color css
<style>
a { background-color: #D6963B; }
a { background-color: rgb(214,150,59); }
div.DivClassName
{
background-color: #D6963B;
}
.BgClassName
{
background-color: #D6963B;
}
</style>
border-color css
<style>
span { border-color: #D6963B; }
span { border-color: rgb(214,150,59); }
td.TdClassName
{
border-color: #D6963B;
}
.TagClassName
{
border-color: #D6963B;
}
</style>