Shades of Fuel Yellow #D1953D
Tints of Fuel Yellow #D1953D
RGB
CMYK
RGB Variations
Color information
#D1953D (or 0xD1953D) is known color: Fuel Yellow. HEX triplet: D1, 95 and 3D. RGB value is (209,149,61). Sum of RGB (Red+Green+Blue) = 209+149+61=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1953D is #2E6AC2. Grayscale: #9D9D9D. Windows color (decimal): -3041987 or 4036049. OLE color: 4036049.
HSL color Cylindrical-coordinate representation of color #D1953D: hue angle of 35.68º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1953D is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 149 | 61 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.18 |
| HSL | 35.68º | 0.62% | 0.53% | - |
| HSV(B) | 35.68º | 0.71% | 0.82% | - |
| XYZ | 37.88 | 35.39 | 9.25 | - |
| YUV | 156.91 | 73.88 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 149 | 61 | 0 | 0.29 | 0.71 | 0.18 | 35.68 | 0.62 | 0.53 |
| Hex | D1 | 95 | 3D | 0 | 1D | 47 | 12 | 24 | 3E | 35 |
| Octal | 321 | 225 | 75 | 0 | 35 | 107 | 22 | 44 | 76 | 65 |
| Binary | 11010001 | 10010101 | 111101 | 0 | 11101 | 1000111 | 10010 | 100100 | 111110 | 110101 |
Color Harmonies of #D1953D
Complementary color
Monochromatic Colors of #D1953D
Black with #D1953D
Text Example
Text Example
White with #D1953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1953D; }
p { color: rgb(209,149,61); }
H1.HeaderClassName
{
color: #D1953D;
}
.AnyTagClassName
{
color: #D1953D;
}
</style>
background-color css
<style>
a { background-color: #D1953D; }
a { background-color: rgb(209,149,61); }
div.DivClassName
{
background-color: #D1953D;
}
.BgClassName
{
background-color: #D1953D;
}
</style>
border-color css
<style>
span { border-color: #D1953D; }
span { border-color: rgb(209,149,61); }
td.TdClassName
{
border-color: #D1953D;
}
.TagClassName
{
border-color: #D1953D;
}
</style>