Shades of Fuel Yellow #D28D37
Tints of Fuel Yellow #D28D37
RGB
CMYK
RGB Variations
Color information
#D28D37 (or 0xD28D37) is known color: Fuel Yellow. HEX triplet: D2, 8D and 37. RGB value is (210,141,55). Sum of RGB (Red+Green+Blue) = 210+141+55=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D37 is #2D72C8. Grayscale: #989898. Windows color (decimal): -2978505 or 3640786. OLE color: 3640786.
HSL color Cylindrical-coordinate representation of color #D28D37: hue angle of 33.29º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D28D37 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 55 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.18 |
| HSL | 33.29º | 0.63% | 0.52% | - |
| HSV(B) | 33.29º | 0.74% | 0.82% | - |
| XYZ | 36.79 | 33.03 | 8.05 | - |
| YUV | 151.83 | 73.36 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 55 | 0 | 0.33 | 0.74 | 0.18 | 33.29 | 0.63 | 0.52 |
| Hex | D2 | 8D | 37 | 0 | 21 | 4A | 12 | 21 | 3F | 34 |
| Octal | 322 | 215 | 67 | 0 | 41 | 112 | 22 | 41 | 77 | 64 |
| Binary | 11010010 | 10001101 | 110111 | 0 | 100001 | 1001010 | 10010 | 100001 | 111111 | 110100 |
Color Harmonies of #D28D37
Complementary color
Monochromatic Colors of #D28D37
Black with #D28D37
Text Example
Text Example
White with #D28D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D37; }
p { color: rgb(210,141,55); }
H1.HeaderClassName
{
color: #D28D37;
}
.AnyTagClassName
{
color: #D28D37;
}
</style>
background-color css
<style>
a { background-color: #D28D37; }
a { background-color: rgb(210,141,55); }
div.DivClassName
{
background-color: #D28D37;
}
.BgClassName
{
background-color: #D28D37;
}
</style>
border-color css
<style>
span { border-color: #D28D37; }
span { border-color: rgb(210,141,55); }
td.TdClassName
{
border-color: #D28D37;
}
.TagClassName
{
border-color: #D28D37;
}
</style>