Shades of Fuel Yellow #D28C38
Tints of Fuel Yellow #D28C38
RGB
CMYK
RGB Variations
Color information
#D28C38 (or 0xD28C38) is known color: Fuel Yellow. HEX triplet: D2, 8C and 38. RGB value is (210,140,56). Sum of RGB (Red+Green+Blue) = 210+140+56=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 56 (22.27% from 255 or 13.79% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C38 is #2D73C7. Grayscale: #979797. Windows color (decimal): -2978760 or 3706066. OLE color: 3706066.
HSL color Cylindrical-coordinate representation of color #D28C38: hue angle of 32.73º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D28C38 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 56 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.18 |
| HSL | 32.73º | 0.63% | 0.52% | - |
| HSV(B) | 32.73º | 0.73% | 0.82% | - |
| XYZ | 36.67 | 32.74 | 8.13 | - |
| YUV | 151.35 | 74.19 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 56 | 0 | 0.33 | 0.73 | 0.18 | 32.73 | 0.63 | 0.52 |
| Hex | D2 | 8C | 38 | 0 | 21 | 49 | 12 | 21 | 3F | 34 |
| Octal | 322 | 214 | 70 | 0 | 41 | 111 | 22 | 41 | 77 | 64 |
| Binary | 11010010 | 10001100 | 111000 | 0 | 100001 | 1001001 | 10010 | 100001 | 111111 | 110100 |
Color Harmonies of #D28C38
Complementary color
Monochromatic Colors of #D28C38
Black with #D28C38
Text Example
Text Example
White with #D28C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C38; }
p { color: rgb(210,140,56); }
H1.HeaderClassName
{
color: #D28C38;
}
.AnyTagClassName
{
color: #D28C38;
}
</style>
background-color css
<style>
a { background-color: #D28C38; }
a { background-color: rgb(210,140,56); }
div.DivClassName
{
background-color: #D28C38;
}
.BgClassName
{
background-color: #D28C38;
}
</style>
border-color css
<style>
span { border-color: #D28C38; }
span { border-color: rgb(210,140,56); }
td.TdClassName
{
border-color: #D28C38;
}
.TagClassName
{
border-color: #D28C38;
}
</style>