Shades of Fuel Yellow #D28C31
Tints of Fuel Yellow #D28C31
RGB
CMYK
RGB Variations
Color information
#D28C31 (or 0xD28C31) is known color: Fuel Yellow. HEX triplet: D2, 8C and 31. RGB value is (210,140,49). Sum of RGB (Red+Green+Blue) = 210+140+49=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C31 is #2D73CE. Grayscale: #969696. Windows color (decimal): -2978767 or 3247314. OLE color: 3247314.
HSL color Cylindrical-coordinate representation of color #D28C31: hue angle of 33.91º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D28C31 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 49 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.18 |
| HSL | 33.91º | 0.64% | 0.51% | - |
| HSV(B) | 33.91º | 0.77% | 0.82% | - |
| XYZ | 36.51 | 32.68 | 7.29 | - |
| YUV | 150.56 | 70.69 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 49 | 0 | 0.33 | 0.77 | 0.18 | 33.91 | 0.64 | 0.51 |
| Hex | D2 | 8C | 31 | 0 | 21 | 4D | 12 | 22 | 40 | 33 |
| Octal | 322 | 214 | 61 | 0 | 41 | 115 | 22 | 42 | 100 | 63 |
| Binary | 11010010 | 10001100 | 110001 | 0 | 100001 | 1001101 | 10010 | 100010 | 1000000 | 110011 |
Color Harmonies of #D28C31
Complementary color
Monochromatic Colors of #D28C31
Black with #D28C31
Text Example
Text Example
White with #D28C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C31; }
p { color: rgb(210,140,49); }
H1.HeaderClassName
{
color: #D28C31;
}
.AnyTagClassName
{
color: #D28C31;
}
</style>
background-color css
<style>
a { background-color: #D28C31; }
a { background-color: rgb(210,140,49); }
div.DivClassName
{
background-color: #D28C31;
}
.BgClassName
{
background-color: #D28C31;
}
</style>
border-color css
<style>
span { border-color: #D28C31; }
span { border-color: rgb(210,140,49); }
td.TdClassName
{
border-color: #D28C31;
}
.TagClassName
{
border-color: #D28C31;
}
</style>