Shades of Fuel Yellow #D5963D
Tints of Fuel Yellow #D5963D
RGB
CMYK
RGB Variations
Color information
#D5963D (or 0xD5963D) is known color: Fuel Yellow. HEX triplet: D5, 96 and 3D. RGB value is (213,150,61). Sum of RGB (Red+Green+Blue) = 213+150+61=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5963D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5963D is #2A69C2. Grayscale: #9F9F9F. Windows color (decimal): -2779587 or 4036309. OLE color: 4036309.
HSL color Cylindrical-coordinate representation of color #D5963D: hue angle of 35.13º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5963D is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 61 | - |
| CMYK | 0 | 0.30 | 0.71 | 0.16 |
| HSL | 35.13º | 0.64% | 0.54% | - |
| HSV(B) | 35.13º | 0.71% | 0.84% | - |
| XYZ | 39.19 | 36.3 | 9.36 | - |
| YUV | 158.69 | 72.87 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 61 | 0 | 0.30 | 0.71 | 0.16 | 35.13 | 0.64 | 0.54 |
| Hex | D5 | 96 | 3D | 0 | 1E | 47 | 10 | 23 | 40 | 36 |
| Octal | 325 | 226 | 75 | 0 | 36 | 107 | 20 | 43 | 100 | 66 |
| Binary | 11010101 | 10010110 | 111101 | 0 | 11110 | 1000111 | 10000 | 100011 | 1000000 | 110110 |
Color Harmonies of #D5963D
Complementary color
Monochromatic Colors of #D5963D
Black with #D5963D
Text Example
Text Example
White with #D5963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5963D; }
p { color: rgb(213,150,61); }
H1.HeaderClassName
{
color: #D5963D;
}
.AnyTagClassName
{
color: #D5963D;
}
</style>
background-color css
<style>
a { background-color: #D5963D; }
a { background-color: rgb(213,150,61); }
div.DivClassName
{
background-color: #D5963D;
}
.BgClassName
{
background-color: #D5963D;
}
</style>
border-color css
<style>
span { border-color: #D5963D; }
span { border-color: rgb(213,150,61); }
td.TdClassName
{
border-color: #D5963D;
}
.TagClassName
{
border-color: #D5963D;
}
</style>