Shades of Fuel Yellow #D28D32
Tints of Fuel Yellow #D28D32
RGB
CMYK
RGB Variations
Color information
#D28D32 (or 0xD28D32) is known color: Fuel Yellow. HEX triplet: D2, 8D and 32. RGB value is (210,141,50). Sum of RGB (Red+Green+Blue) = 210+141+50=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D32 is #2D72CD. Grayscale: #979797. Windows color (decimal): -2978510 or 3313106. OLE color: 3313106.
HSL color Cylindrical-coordinate representation of color #D28D32: hue angle of 34.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D28D32 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 50 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.18 |
| HSL | 34.13º | 0.64% | 0.51% | - |
| HSV(B) | 34.13º | 0.76% | 0.82% | - |
| XYZ | 36.68 | 32.98 | 7.45 | - |
| YUV | 151.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 50 | 0 | 0.33 | 0.76 | 0.18 | 34.13 | 0.64 | 0.51 |
| Hex | D2 | 8D | 32 | 0 | 21 | 4C | 12 | 22 | 40 | 33 |
| Octal | 322 | 215 | 62 | 0 | 41 | 114 | 22 | 42 | 100 | 63 |
| Binary | 11010010 | 10001101 | 110010 | 0 | 100001 | 1001100 | 10010 | 100010 | 1000000 | 110011 |
Color Harmonies of #D28D32
Complementary color
Monochromatic Colors of #D28D32
Black with #D28D32
Text Example
Text Example
White with #D28D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D32; }
p { color: rgb(210,141,50); }
H1.HeaderClassName
{
color: #D28D32;
}
.AnyTagClassName
{
color: #D28D32;
}
</style>
background-color css
<style>
a { background-color: #D28D32; }
a { background-color: rgb(210,141,50); }
div.DivClassName
{
background-color: #D28D32;
}
.BgClassName
{
background-color: #D28D32;
}
</style>
border-color css
<style>
span { border-color: #D28D32; }
span { border-color: rgb(210,141,50); }
td.TdClassName
{
border-color: #D28D32;
}
.TagClassName
{
border-color: #D28D32;
}
</style>