Shades of Fuel Yellow #D5953C
Tints of Fuel Yellow #D5953C
RGB
CMYK
RGB Variations
Color information
#D5953C (or 0xD5953C) is known color: Fuel Yellow. HEX triplet: D5, 95 and 3C. RGB value is (213,149,60). Sum of RGB (Red+Green+Blue) = 213+149+60=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D5953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5953C is #2A6AC3. Grayscale: #9E9E9E. Windows color (decimal): -2779844 or 3970517. OLE color: 3970517.
HSL color Cylindrical-coordinate representation of color #D5953C: hue angle of 34.9º 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 #D5953C is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 60 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.16 |
| HSL | 34.9º | 0.65% | 0.54% | - |
| HSV(B) | 34.9º | 0.72% | 0.84% | - |
| XYZ | 39 | 35.97 | 9.16 | - |
| YUV | 157.99 | 72.7 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 60 | 0 | 0.30 | 0.72 | 0.16 | 34.9 | 0.65 | 0.54 |
| Hex | D5 | 95 | 3C | 0 | 1E | 48 | 10 | 23 | 41 | 36 |
| Octal | 325 | 225 | 74 | 0 | 36 | 110 | 20 | 43 | 101 | 66 |
| Binary | 11010101 | 10010101 | 111100 | 0 | 11110 | 1001000 | 10000 | 100011 | 1000001 | 110110 |
Color Harmonies of #D5953C
Complementary color
Monochromatic Colors of #D5953C
Black with #D5953C
Text Example
Text Example
White with #D5953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5953C; }
p { color: rgb(213,149,60); }
H1.HeaderClassName
{
color: #D5953C;
}
.AnyTagClassName
{
color: #D5953C;
}
</style>
background-color css
<style>
a { background-color: #D5953C; }
a { background-color: rgb(213,149,60); }
div.DivClassName
{
background-color: #D5953C;
}
.BgClassName
{
background-color: #D5953C;
}
</style>
border-color css
<style>
span { border-color: #D5953C; }
span { border-color: rgb(213,149,60); }
td.TdClassName
{
border-color: #D5953C;
}
.TagClassName
{
border-color: #D5953C;
}
</style>