Shades of Fuel Yellow #D28D3A
Tints of Fuel Yellow #D28D3A
RGB
CMYK
RGB Variations
Color information
#D28D3A (or 0xD28D3A) is known color: Fuel Yellow. HEX triplet: D2, 8D and 3A. RGB value is (210,141,58). Sum of RGB (Red+Green+Blue) = 210+141+58=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D28D3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28D3A is #2D72C5. Grayscale: #989898. Windows color (decimal): -2978502 or 3837394. OLE color: 3837394.
HSL color Cylindrical-coordinate representation of color #D28D3A: hue angle of 32.76º 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 #D28D3A is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 141 | 58 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.18 |
| HSL | 32.76º | 0.63% | 0.53% | - |
| HSV(B) | 32.76º | 0.72% | 0.82% | - |
| XYZ | 36.87 | 33.06 | 8.44 | - |
| YUV | 152.17 | 74.86 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 141 | 58 | 0 | 0.33 | 0.72 | 0.18 | 32.76 | 0.63 | 0.53 |
| Hex | D2 | 8D | 3A | 0 | 21 | 48 | 12 | 21 | 3F | 35 |
| Octal | 322 | 215 | 72 | 0 | 41 | 110 | 22 | 41 | 77 | 65 |
| Binary | 11010010 | 10001101 | 111010 | 0 | 100001 | 1001000 | 10010 | 100001 | 111111 | 110101 |
Color Harmonies of #D28D3A
Complementary color
Monochromatic Colors of #D28D3A
Black with #D28D3A
Text Example
Text Example
White with #D28D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28D3A; }
p { color: rgb(210,141,58); }
H1.HeaderClassName
{
color: #D28D3A;
}
.AnyTagClassName
{
color: #D28D3A;
}
</style>
background-color css
<style>
a { background-color: #D28D3A; }
a { background-color: rgb(210,141,58); }
div.DivClassName
{
background-color: #D28D3A;
}
.BgClassName
{
background-color: #D28D3A;
}
</style>
border-color css
<style>
span { border-color: #D28D3A; }
span { border-color: rgb(210,141,58); }
td.TdClassName
{
border-color: #D28D3A;
}
.TagClassName
{
border-color: #D28D3A;
}
</style>