Shades of Fuel Yellow #D28C3B
Tints of Fuel Yellow #D28C3B
RGB
CMYK
RGB Variations
Color information
#D28C3B (or 0xD28C3B) is known color: Fuel Yellow. HEX triplet: D2, 8C and 3B. RGB value is (210,140,59). Sum of RGB (Red+Green+Blue) = 210+140+59=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28C3B is #2D73C4. Grayscale: #989898. Windows color (decimal): -2978757 or 3902674. OLE color: 3902674.
HSL color Cylindrical-coordinate representation of color #D28C3B: hue angle of 32.19º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D28C3B is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 59 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.18 |
| HSL | 32.19º | 0.63% | 0.53% | - |
| HSV(B) | 32.19º | 0.72% | 0.82% | - |
| XYZ | 36.75 | 32.77 | 8.53 | - |
| YUV | 151.7 | 75.69 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 59 | 0 | 0.33 | 0.72 | 0.18 | 32.19 | 0.63 | 0.53 |
| Hex | D2 | 8C | 3B | 0 | 21 | 48 | 12 | 20 | 3F | 35 |
| Octal | 322 | 214 | 73 | 0 | 41 | 110 | 22 | 40 | 77 | 65 |
| Binary | 11010010 | 10001100 | 111011 | 0 | 100001 | 1001000 | 10010 | 100000 | 111111 | 110101 |
Color Harmonies of #D28C3B
Complementary color
Monochromatic Colors of #D28C3B
Black with #D28C3B
Text Example
Text Example
White with #D28C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C3B; }
p { color: rgb(210,140,59); }
H1.HeaderClassName
{
color: #D28C3B;
}
.AnyTagClassName
{
color: #D28C3B;
}
</style>
background-color css
<style>
a { background-color: #D28C3B; }
a { background-color: rgb(210,140,59); }
div.DivClassName
{
background-color: #D28C3B;
}
.BgClassName
{
background-color: #D28C3B;
}
</style>
border-color css
<style>
span { border-color: #D28C3B; }
span { border-color: rgb(210,140,59); }
td.TdClassName
{
border-color: #D28C3B;
}
.TagClassName
{
border-color: #D28C3B;
}
</style>