Shades of Fuel Yellow #D28F34
Tints of Fuel Yellow #D28F34
RGB
CMYK
RGB Variations
Color information
#D28F34 (or 0xD28F34) is known color: Fuel Yellow. HEX triplet: D2, 8F and 34. RGB value is (210,143,52). Sum of RGB (Red+Green+Blue) = 210+143+52=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 52 (20.70% from 255 or 12.84% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28F34 is #2D70CB. Grayscale: #999999. Windows color (decimal): -2977996 or 3444690. OLE color: 3444690.
HSL color Cylindrical-coordinate representation of color #D28F34: hue angle of 34.56º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D28F34 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 52 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.18 |
| HSL | 34.56º | 0.64% | 0.51% | - |
| HSV(B) | 34.56º | 0.75% | 0.82% | - |
| XYZ | 37.02 | 33.59 | 7.78 | - |
| YUV | 152.66 | 71.2 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 52 | 0 | 0.32 | 0.75 | 0.18 | 34.56 | 0.64 | 0.51 |
| Hex | D2 | 8F | 34 | 0 | 20 | 4B | 12 | 23 | 40 | 33 |
| Octal | 322 | 217 | 64 | 0 | 40 | 113 | 22 | 43 | 100 | 63 |
| Binary | 11010010 | 10001111 | 110100 | 0 | 100000 | 1001011 | 10010 | 100011 | 1000000 | 110011 |
Color Harmonies of #D28F34
Complementary color
Monochromatic Colors of #D28F34
Black with #D28F34
Text Example
Text Example
White with #D28F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F34; }
p { color: rgb(210,143,52); }
H1.HeaderClassName
{
color: #D28F34;
}
.AnyTagClassName
{
color: #D28F34;
}
</style>
background-color css
<style>
a { background-color: #D28F34; }
a { background-color: rgb(210,143,52); }
div.DivClassName
{
background-color: #D28F34;
}
.BgClassName
{
background-color: #D28F34;
}
</style>
border-color css
<style>
span { border-color: #D28F34; }
span { border-color: rgb(210,143,52); }
td.TdClassName
{
border-color: #D28F34;
}
.TagClassName
{
border-color: #D28F34;
}
</style>