Shades of Fuel Yellow #D59735
Tints of Fuel Yellow #D59735
RGB
CMYK
RGB Variations
Color information
#D59735 (or 0xD59735) is known color: Fuel Yellow. HEX triplet: D5, 97 and 35. RGB value is (213,151,53). Sum of RGB (Red+Green+Blue) = 213+151+53=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 53 (21.09% from 255 or 12.71% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D59735 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59735 is #2A68CA. Grayscale: #9E9E9E. Windows color (decimal): -2779339 or 3512277. OLE color: 3512277.
HSL color Cylindrical-coordinate representation of color #D59735: hue angle of 36.75º 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 #D59735 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 151 | 53 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.16 |
| HSL | 36.75º | 0.66% | 0.52% | - |
| HSV(B) | 36.75º | 0.75% | 0.84% | - |
| XYZ | 39.15 | 36.54 | 8.36 | - |
| YUV | 158.37 | 68.54 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 151 | 53 | 0 | 0.29 | 0.75 | 0.16 | 36.75 | 0.66 | 0.52 |
| Hex | D5 | 97 | 35 | 0 | 1D | 4B | 10 | 25 | 42 | 34 |
| Octal | 325 | 227 | 65 | 0 | 35 | 113 | 20 | 45 | 102 | 64 |
| Binary | 11010101 | 10010111 | 110101 | 0 | 11101 | 1001011 | 10000 | 100101 | 1000010 | 110100 |
Color Harmonies of #D59735
Complementary color
Monochromatic Colors of #D59735
Black with #D59735
Text Example
Text Example
White with #D59735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59735; }
p { color: rgb(213,151,53); }
H1.HeaderClassName
{
color: #D59735;
}
.AnyTagClassName
{
color: #D59735;
}
</style>
background-color css
<style>
a { background-color: #D59735; }
a { background-color: rgb(213,151,53); }
div.DivClassName
{
background-color: #D59735;
}
.BgClassName
{
background-color: #D59735;
}
</style>
border-color css
<style>
span { border-color: #D59735; }
span { border-color: rgb(213,151,53); }
td.TdClassName
{
border-color: #D59735;
}
.TagClassName
{
border-color: #D59735;
}
</style>