Shades of Fuel Yellow #D59534
Tints of Fuel Yellow #D59534
RGB
CMYK
RGB Variations
Color information
#D59534 (or 0xD59534) is known color: Fuel Yellow. HEX triplet: D5, 95 and 34. RGB value is (213,149,52). Sum of RGB (Red+Green+Blue) = 213+149+52=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D59534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59534 is #2A6ACB. Grayscale: #9D9D9D. Windows color (decimal): -2779852 or 3446229. OLE color: 3446229.
HSL color Cylindrical-coordinate representation of color #D59534: hue angle of 36.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D59534 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 149 | 52 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.16 |
| HSL | 36.15º | 0.66% | 0.52% | - |
| HSV(B) | 36.15º | 0.76% | 0.84% | - |
| XYZ | 38.81 | 35.89 | 8.13 | - |
| YUV | 157.08 | 68.7 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 149 | 52 | 0 | 0.30 | 0.76 | 0.16 | 36.15 | 0.66 | 0.52 |
| Hex | D5 | 95 | 34 | 0 | 1E | 4C | 10 | 24 | 42 | 34 |
| Octal | 325 | 225 | 64 | 0 | 36 | 114 | 20 | 44 | 102 | 64 |
| Binary | 11010101 | 10010101 | 110100 | 0 | 11110 | 1001100 | 10000 | 100100 | 1000010 | 110100 |
Color Harmonies of #D59534
Complementary color
Monochromatic Colors of #D59534
Black with #D59534
Text Example
Text Example
White with #D59534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59534; }
p { color: rgb(213,149,52); }
H1.HeaderClassName
{
color: #D59534;
}
.AnyTagClassName
{
color: #D59534;
}
</style>
background-color css
<style>
a { background-color: #D59534; }
a { background-color: rgb(213,149,52); }
div.DivClassName
{
background-color: #D59534;
}
.BgClassName
{
background-color: #D59534;
}
</style>
border-color css
<style>
span { border-color: #D59534; }
span { border-color: rgb(213,149,52); }
td.TdClassName
{
border-color: #D59534;
}
.TagClassName
{
border-color: #D59534;
}
</style>