Shades of Fuel Yellow #D59D36
Tints of Fuel Yellow #D59D36
RGB
CMYK
RGB Variations
Color information
#D59D36 (or 0xD59D36) is known color: Fuel Yellow. HEX triplet: D5, 9D and 36. RGB value is (213,157,54). Sum of RGB (Red+Green+Blue) = 213+157+54=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D59D36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59D36 is #2A62C9. Grayscale: #A2A2A2. Windows color (decimal): -2777802 or 3579349. OLE color: 3579349.
HSL color Cylindrical-coordinate representation of color #D59D36: hue angle of 38.87º degrees, saturation: 0.65, 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 #D59D36 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 54 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.16 |
| HSL | 38.87º | 0.65% | 0.52% | - |
| HSV(B) | 38.87º | 0.75% | 0.84% | - |
| XYZ | 40.16 | 38.53 | 8.81 | - |
| YUV | 162 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 54 | 0 | 0.26 | 0.75 | 0.16 | 38.87 | 0.65 | 0.52 |
| Hex | D5 | 9D | 36 | 0 | 1A | 4B | 10 | 27 | 41 | 34 |
| Octal | 325 | 235 | 66 | 0 | 32 | 113 | 20 | 47 | 101 | 64 |
| Binary | 11010101 | 10011101 | 110110 | 0 | 11010 | 1001011 | 10000 | 100111 | 1000001 | 110100 |
Color Harmonies of #D59D36
Complementary color
Monochromatic Colors of #D59D36
Black with #D59D36
Text Example
Text Example
White with #D59D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59D36; }
p { color: rgb(213,157,54); }
H1.HeaderClassName
{
color: #D59D36;
}
.AnyTagClassName
{
color: #D59D36;
}
</style>
background-color css
<style>
a { background-color: #D59D36; }
a { background-color: rgb(213,157,54); }
div.DivClassName
{
background-color: #D59D36;
}
.BgClassName
{
background-color: #D59D36;
}
</style>
border-color css
<style>
span { border-color: #D59D36; }
span { border-color: rgb(213,157,54); }
td.TdClassName
{
border-color: #D59D36;
}
.TagClassName
{
border-color: #D59D36;
}
</style>