Shades of Fuel Yellow #D28E3D
Tints of Fuel Yellow #D28E3D
RGB
CMYK
RGB Variations
Color information
#D28E3D (or 0xD28E3D) is known color: Fuel Yellow. HEX triplet: D2, 8E and 3D. RGB value is (210,142,61). Sum of RGB (Red+Green+Blue) = 210+142+61=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D28E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28E3D is #2D71C2. Grayscale: #999999. Windows color (decimal): -2978243 or 4034258. OLE color: 4034258.
HSL color Cylindrical-coordinate representation of color #D28E3D: hue angle of 32.62º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D28E3D is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 142 | 61 | - |
| CMYK | 0 | 0.32 | 0.71 | 0.18 |
| HSL | 32.62º | 0.62% | 0.53% | - |
| HSV(B) | 32.62º | 0.71% | 0.82% | - |
| XYZ | 37.09 | 33.38 | 8.9 | - |
| YUV | 153.1 | 76.03 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 142 | 61 | 0 | 0.32 | 0.71 | 0.18 | 32.62 | 0.62 | 0.53 |
| Hex | D2 | 8E | 3D | 0 | 20 | 47 | 12 | 21 | 3E | 35 |
| Octal | 322 | 216 | 75 | 0 | 40 | 107 | 22 | 41 | 76 | 65 |
| Binary | 11010010 | 10001110 | 111101 | 0 | 100000 | 1000111 | 10010 | 100001 | 111110 | 110101 |
Color Harmonies of #D28E3D
Complementary color
Monochromatic Colors of #D28E3D
Black with #D28E3D
Text Example
Text Example
White with #D28E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28E3D; }
p { color: rgb(210,142,61); }
H1.HeaderClassName
{
color: #D28E3D;
}
.AnyTagClassName
{
color: #D28E3D;
}
</style>
background-color css
<style>
a { background-color: #D28E3D; }
a { background-color: rgb(210,142,61); }
div.DivClassName
{
background-color: #D28E3D;
}
.BgClassName
{
background-color: #D28E3D;
}
</style>
border-color css
<style>
span { border-color: #D28E3D; }
span { border-color: rgb(210,142,61); }
td.TdClassName
{
border-color: #D28E3D;
}
.TagClassName
{
border-color: #D28E3D;
}
</style>