Shades of Fuel Yellow #D5963C
Tints of Fuel Yellow #D5963C
RGB
CMYK
RGB Variations
Color information
#D5963C (or 0xD5963C) is known color: Fuel Yellow. HEX triplet: D5, 96 and 3C. RGB value is (213,150,60). Sum of RGB (Red+Green+Blue) = 213+150+60=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 150 (58.98% from 255 or 35.46% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D5963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5963C is #2A69C3. Grayscale: #9F9F9F. Windows color (decimal): -2779588 or 3970773. OLE color: 3970773.
HSL color Cylindrical-coordinate representation of color #D5963C: hue angle of 35.29º 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 #D5963C is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 60 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.16 |
| HSL | 35.29º | 0.65% | 0.54% | - |
| HSV(B) | 35.29º | 0.72% | 0.84% | - |
| XYZ | 39.16 | 36.29 | 9.21 | - |
| YUV | 158.58 | 72.37 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 60 | 0 | 0.30 | 0.72 | 0.16 | 35.29 | 0.65 | 0.54 |
| Hex | D5 | 96 | 3C | 0 | 1E | 48 | 10 | 23 | 41 | 36 |
| Octal | 325 | 226 | 74 | 0 | 36 | 110 | 20 | 43 | 101 | 66 |
| Binary | 11010101 | 10010110 | 111100 | 0 | 11110 | 1001000 | 10000 | 100011 | 1000001 | 110110 |
Color Harmonies of #D5963C
Complementary color
Monochromatic Colors of #D5963C
Black with #D5963C
Text Example
Text Example
White with #D5963C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5963C; }
p { color: rgb(213,150,60); }
H1.HeaderClassName
{
color: #D5963C;
}
.AnyTagClassName
{
color: #D5963C;
}
</style>
background-color css
<style>
a { background-color: #D5963C; }
a { background-color: rgb(213,150,60); }
div.DivClassName
{
background-color: #D5963C;
}
.BgClassName
{
background-color: #D5963C;
}
</style>
border-color css
<style>
span { border-color: #D5963C; }
span { border-color: rgb(213,150,60); }
td.TdClassName
{
border-color: #D5963C;
}
.TagClassName
{
border-color: #D5963C;
}
</style>