Shades of Fuel Yellow #D5953B
Tints of Fuel Yellow #D5953B
RGB
CMYK
RGB Variations
Color information
#D5953B (or 0xD5953B) is known color: Fuel Yellow. HEX triplet: D5, 95 and 3B. RGB value is (213,149,59). Sum of RGB (Red+Green+Blue) = 213+149+59=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 59 (23.44% from 255 or 14.01% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D5953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5953B is #2A6AC4. Grayscale: #9E9E9E. Windows color (decimal): -2779845 or 3904981. OLE color: 3904981.
HSL color Cylindrical-coordinate representation of color #D5953B: hue angle of 35.06º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5953B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 59 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.16 |
| HSL | 35.06º | 0.65% | 0.53% | - |
| HSV(B) | 35.06º | 0.72% | 0.84% | - |
| XYZ | 38.98 | 35.96 | 9.02 | - |
| YUV | 157.88 | 72.2 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 59 | 0 | 0.30 | 0.72 | 0.16 | 35.06 | 0.65 | 0.53 |
| Hex | D5 | 95 | 3B | 0 | 1E | 48 | 10 | 23 | 41 | 35 |
| Octal | 325 | 225 | 73 | 0 | 36 | 110 | 20 | 43 | 101 | 65 |
| Binary | 11010101 | 10010101 | 111011 | 0 | 11110 | 1001000 | 10000 | 100011 | 1000001 | 110101 |
Color Harmonies of #D5953B
Complementary color
Monochromatic Colors of #D5953B
Black with #D5953B
Text Example
Text Example
White with #D5953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5953B; }
p { color: rgb(213,149,59); }
H1.HeaderClassName
{
color: #D5953B;
}
.AnyTagClassName
{
color: #D5953B;
}
</style>
background-color css
<style>
a { background-color: #D5953B; }
a { background-color: rgb(213,149,59); }
div.DivClassName
{
background-color: #D5953B;
}
.BgClassName
{
background-color: #D5953B;
}
</style>
border-color css
<style>
span { border-color: #D5953B; }
span { border-color: rgb(213,149,59); }
td.TdClassName
{
border-color: #D5953B;
}
.TagClassName
{
border-color: #D5953B;
}
</style>