Shades of Fuel Yellow #D59D35
Tints of Fuel Yellow #D59D35
RGB
CMYK
RGB Variations
Color information
#D59D35 (or 0xD59D35) is known color: Fuel Yellow. HEX triplet: D5, 9D and 35. RGB value is (213,157,53). Sum of RGB (Red+Green+Blue) = 213+157+53=423 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.35% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 53 (21.09% from 255 or 12.53% from 423); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D35 is #2A62CA. Grayscale: #A2A2A2. Windows color (decimal): -2777803 or 3513813. OLE color: 3513813.
HSL color Cylindrical-coordinate representation of color #D59D35: hue angle of 39º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D59D35 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 53 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.16 |
| HSL | 39º | 0.66% | 0.52% | - |
| HSV(B) | 39º | 0.75% | 0.84% | - |
| XYZ | 40.14 | 38.52 | 8.69 | - |
| YUV | 161.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 53 | 0 | 0.26 | 0.75 | 0.16 | 39 | 0.66 | 0.52 |
| Hex | D5 | 9D | 35 | 0 | 1A | 4B | 10 | 27 | 42 | 34 |
| Octal | 325 | 235 | 65 | 0 | 32 | 113 | 20 | 47 | 102 | 64 |
| Binary | 11010101 | 10011101 | 110101 | 0 | 11010 | 1001011 | 10000 | 100111 | 1000010 | 110100 |
Color Harmonies of #D59D35
Complementary color
Monochromatic Colors of #D59D35
Black with #D59D35
Text Example
Text Example
White with #D59D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D35; }
p { color: rgb(213,157,53); }
H1.HeaderClassName
{
color: #D59D35;
}
.AnyTagClassName
{
color: #D59D35;
}
</style>
background-color css
<style>
a { background-color: #D59D35; }
a { background-color: rgb(213,157,53); }
div.DivClassName
{
background-color: #D59D35;
}
.BgClassName
{
background-color: #D59D35;
}
</style>
border-color css
<style>
span { border-color: #D59D35; }
span { border-color: rgb(213,157,53); }
td.TdClassName
{
border-color: #D59D35;
}
.TagClassName
{
border-color: #D59D35;
}
</style>