Shades of Fuel Yellow #D28F2C
Tints of Fuel Yellow #D28F2C
RGB
CMYK
RGB Variations
Color information
#D28F2C (or 0xD28F2C) is known color: Fuel Yellow. HEX triplet: D2, 8F and 2C. RGB value is (210,143,44). Sum of RGB (Red+Green+Blue) = 210+143+44=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28F2C is #2D70D3. Grayscale: #989898. Windows color (decimal): -2978004 or 2920402. OLE color: 2920402.
HSL color Cylindrical-coordinate representation of color #D28F2C: hue angle of 35.78º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D28F2C is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 44 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.18 |
| HSL | 35.78º | 0.65% | 0.5% | - |
| HSV(B) | 35.78º | 0.79% | 0.82% | - |
| XYZ | 36.86 | 33.53 | 6.91 | - |
| YUV | 151.75 | 67.2 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 44 | 0 | 0.32 | 0.79 | 0.18 | 35.78 | 0.65 | 0.5 |
| Hex | D2 | 8F | 2C | 0 | 20 | 4F | 12 | 24 | 41 | 32 |
| Octal | 322 | 217 | 54 | 0 | 40 | 117 | 22 | 44 | 101 | 62 |
| Binary | 11010010 | 10001111 | 101100 | 0 | 100000 | 1001111 | 10010 | 100100 | 1000001 | 110010 |
Color Harmonies of #D28F2C
Complementary color
Monochromatic Colors of #D28F2C
Black with #D28F2C
Text Example
Text Example
White with #D28F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F2C; }
p { color: rgb(210,143,44); }
H1.HeaderClassName
{
color: #D28F2C;
}
.AnyTagClassName
{
color: #D28F2C;
}
</style>
background-color css
<style>
a { background-color: #D28F2C; }
a { background-color: rgb(210,143,44); }
div.DivClassName
{
background-color: #D28F2C;
}
.BgClassName
{
background-color: #D28F2C;
}
</style>
border-color css
<style>
span { border-color: #D28F2C; }
span { border-color: rgb(210,143,44); }
td.TdClassName
{
border-color: #D28F2C;
}
.TagClassName
{
border-color: #D28F2C;
}
</style>