Shades of Fuel Yellow #D59832
Tints of Fuel Yellow #D59832
RGB
CMYK
RGB Variations
Color information
#D59832 (or 0xD59832) is known color: Fuel Yellow. HEX triplet: D5, 98 and 32. RGB value is (213,152,50). Sum of RGB (Red+Green+Blue) = 213+152+50=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D59832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D59832 is #2A67CD. Grayscale: #9F9F9F. Windows color (decimal): -2779086 or 3315925. OLE color: 3315925.
HSL color Cylindrical-coordinate representation of color #D59832: hue angle of 37.55º 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 #D59832 is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 152 | 50 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.16 |
| HSL | 37.55º | 0.66% | 0.52% | - |
| HSV(B) | 37.55º | 0.77% | 0.84% | - |
| XYZ | 39.24 | 36.83 | 8.06 | - |
| YUV | 158.61 | 66.71 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 50 | 0 | 0.29 | 0.77 | 0.16 | 37.55 | 0.66 | 0.52 |
| Hex | D5 | 98 | 32 | 0 | 1D | 4D | 10 | 26 | 42 | 34 |
| Octal | 325 | 230 | 62 | 0 | 35 | 115 | 20 | 46 | 102 | 64 |
| Binary | 11010101 | 10011000 | 110010 | 0 | 11101 | 1001101 | 10000 | 100110 | 1000010 | 110100 |
Color Harmonies of #D59832
Complementary color
Monochromatic Colors of #D59832
Black with #D59832
Text Example
Text Example
White with #D59832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59832; }
p { color: rgb(213,152,50); }
H1.HeaderClassName
{
color: #D59832;
}
.AnyTagClassName
{
color: #D59832;
}
</style>
background-color css
<style>
a { background-color: #D59832; }
a { background-color: rgb(213,152,50); }
div.DivClassName
{
background-color: #D59832;
}
.BgClassName
{
background-color: #D59832;
}
</style>
border-color css
<style>
span { border-color: #D59832; }
span { border-color: rgb(213,152,50); }
td.TdClassName
{
border-color: #D59832;
}
.TagClassName
{
border-color: #D59832;
}
</style>