Shades of Fuel Yellow #D6953B
Tints of Fuel Yellow #D6953B
RGB
CMYK
RGB Variations
Color information
#D6953B (or 0xD6953B) is known color: Fuel Yellow. HEX triplet: D6, 95 and 3B. RGB value is (214,149,59). Sum of RGB (Red+Green+Blue) = 214+149+59=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6953B is #296AC4. Grayscale: #9E9E9E. Windows color (decimal): -2714309 or 3904982. OLE color: 3904982.
HSL color Cylindrical-coordinate representation of color #D6953B: hue angle of 34.84º 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 #D6953B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 59 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.16 |
| HSL | 34.84º | 0.65% | 0.54% | - |
| HSV(B) | 34.84º | 0.72% | 0.84% | - |
| XYZ | 39.27 | 36.11 | 9.04 | - |
| YUV | 158.18 | 72.03 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 59 | 0 | 0.30 | 0.72 | 0.16 | 34.84 | 0.65 | 0.54 |
| Hex | D6 | 95 | 3B | 0 | 1E | 48 | 10 | 23 | 41 | 36 |
| Octal | 326 | 225 | 73 | 0 | 36 | 110 | 20 | 43 | 101 | 66 |
| Binary | 11010110 | 10010101 | 111011 | 0 | 11110 | 1001000 | 10000 | 100011 | 1000001 | 110110 |
Color Harmonies of #D6953B
Complementary color
Monochromatic Colors of #D6953B
Black with #D6953B
Text Example
Text Example
White with #D6953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6953B; }
p { color: rgb(214,149,59); }
H1.HeaderClassName
{
color: #D6953B;
}
.AnyTagClassName
{
color: #D6953B;
}
</style>
background-color css
<style>
a { background-color: #D6953B; }
a { background-color: rgb(214,149,59); }
div.DivClassName
{
background-color: #D6953B;
}
.BgClassName
{
background-color: #D6953B;
}
</style>
border-color css
<style>
span { border-color: #D6953B; }
span { border-color: rgb(214,149,59); }
td.TdClassName
{
border-color: #D6953B;
}
.TagClassName
{
border-color: #D6953B;
}
</style>