Shades of Fuel Yellow #D59232
Tints of Fuel Yellow #D59232
RGB
CMYK
RGB Variations
Color information
#D59232 (or 0xD59232) is known color: Fuel Yellow. HEX triplet: D5, 92 and 32. RGB value is (213,146,50). Sum of RGB (Red+Green+Blue) = 213+146+50=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D59232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59232 is #2A6DCD. Grayscale: #9B9B9B. Windows color (decimal): -2780622 or 3314389. OLE color: 3314389.
HSL color Cylindrical-coordinate representation of color #D59232: hue angle of 35.34º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D59232 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 50 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.16 |
| HSL | 35.34º | 0.66% | 0.52% | - |
| HSV(B) | 35.34º | 0.77% | 0.84% | - |
| XYZ | 38.3 | 34.93 | 7.74 | - |
| YUV | 155.09 | 68.7 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 50 | 0 | 0.31 | 0.77 | 0.16 | 35.34 | 0.66 | 0.52 |
| Hex | D5 | 92 | 32 | 0 | 1F | 4D | 10 | 23 | 42 | 34 |
| Octal | 325 | 222 | 62 | 0 | 37 | 115 | 20 | 43 | 102 | 64 |
| Binary | 11010101 | 10010010 | 110010 | 0 | 11111 | 1001101 | 10000 | 100011 | 1000010 | 110100 |
Color Harmonies of #D59232
Complementary color
Monochromatic Colors of #D59232
Black with #D59232
Text Example
Text Example
White with #D59232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59232; }
p { color: rgb(213,146,50); }
H1.HeaderClassName
{
color: #D59232;
}
.AnyTagClassName
{
color: #D59232;
}
</style>
background-color css
<style>
a { background-color: #D59232; }
a { background-color: rgb(213,146,50); }
div.DivClassName
{
background-color: #D59232;
}
.BgClassName
{
background-color: #D59232;
}
</style>
border-color css
<style>
span { border-color: #D59232; }
span { border-color: rgb(213,146,50); }
td.TdClassName
{
border-color: #D59232;
}
.TagClassName
{
border-color: #D59232;
}
</style>