Shades of Fuel Yellow #D6963A
Tints of Fuel Yellow #D6963A
RGB
CMYK
RGB Variations
Color information
#D6963A (or 0xD6963A) is known color: Fuel Yellow. HEX triplet: D6, 96 and 3A. RGB value is (214,150,58). Sum of RGB (Red+Green+Blue) = 214+150+58=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6963A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6963A is #2969C5. Grayscale: #9F9F9F. Windows color (decimal): -2714054 or 3839702. OLE color: 3839702.
HSL color Cylindrical-coordinate representation of color #D6963A: hue angle of 35.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6963A is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 150 | 58 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.16 |
| HSL | 35.38º | 0.66% | 0.53% | - |
| HSV(B) | 35.38º | 0.73% | 0.84% | - |
| XYZ | 39.4 | 36.41 | 8.95 | - |
| YUV | 158.65 | 71.2 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 150 | 58 | 0 | 0.30 | 0.73 | 0.16 | 35.38 | 0.66 | 0.53 |
| Hex | D6 | 96 | 3A | 0 | 1E | 49 | 10 | 23 | 42 | 35 |
| Octal | 326 | 226 | 72 | 0 | 36 | 111 | 20 | 43 | 102 | 65 |
| Binary | 11010110 | 10010110 | 111010 | 0 | 11110 | 1001001 | 10000 | 100011 | 1000010 | 110101 |
Color Harmonies of #D6963A
Complementary color
Monochromatic Colors of #D6963A
Black with #D6963A
Text Example
Text Example
White with #D6963A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6963A; }
p { color: rgb(214,150,58); }
H1.HeaderClassName
{
color: #D6963A;
}
.AnyTagClassName
{
color: #D6963A;
}
</style>
background-color css
<style>
a { background-color: #D6963A; }
a { background-color: rgb(214,150,58); }
div.DivClassName
{
background-color: #D6963A;
}
.BgClassName
{
background-color: #D6963A;
}
</style>
border-color css
<style>
span { border-color: #D6963A; }
span { border-color: rgb(214,150,58); }
td.TdClassName
{
border-color: #D6963A;
}
.TagClassName
{
border-color: #D6963A;
}
</style>