Shades of Fuel Yellow #D6953A
Tints of Fuel Yellow #D6953A
RGB
CMYK
RGB Variations
Color information
#D6953A (or 0xD6953A) is known color: Fuel Yellow. HEX triplet: D6, 95 and 3A. RGB value is (214,149,58). Sum of RGB (Red+Green+Blue) = 214+149+58=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6953A is #296AC5. Grayscale: #9E9E9E. Windows color (decimal): -2714310 or 3839446. OLE color: 3839446.
HSL color Cylindrical-coordinate representation of color #D6953A: hue angle of 35º 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 #D6953A is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 58 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.16 |
| HSL | 35º | 0.66% | 0.53% | - |
| HSV(B) | 35º | 0.73% | 0.84% | - |
| XYZ | 39.24 | 36.1 | 8.9 | - |
| YUV | 158.06 | 71.53 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 58 | 0 | 0.30 | 0.73 | 0.16 | 35 | 0.66 | 0.53 |
| Hex | D6 | 95 | 3A | 0 | 1E | 49 | 10 | 23 | 42 | 35 |
| Octal | 326 | 225 | 72 | 0 | 36 | 111 | 20 | 43 | 102 | 65 |
| Binary | 11010110 | 10010101 | 111010 | 0 | 11110 | 1001001 | 10000 | 100011 | 1000010 | 110101 |
Color Harmonies of #D6953A
Complementary color
Monochromatic Colors of #D6953A
Black with #D6953A
Text Example
Text Example
White with #D6953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6953A; }
p { color: rgb(214,149,58); }
H1.HeaderClassName
{
color: #D6953A;
}
.AnyTagClassName
{
color: #D6953A;
}
</style>
background-color css
<style>
a { background-color: #D6953A; }
a { background-color: rgb(214,149,58); }
div.DivClassName
{
background-color: #D6953A;
}
.BgClassName
{
background-color: #D6953A;
}
</style>
border-color css
<style>
span { border-color: #D6953A; }
span { border-color: rgb(214,149,58); }
td.TdClassName
{
border-color: #D6953A;
}
.TagClassName
{
border-color: #D6953A;
}
</style>