Shades of Fuel Yellow #D28A2B
Tints of Fuel Yellow #D28A2B
RGB
CMYK
RGB Variations
Color information
#D28A2B (or 0xD28A2B) is known color: Fuel Yellow. HEX triplet: D2, 8A and 2B. RGB value is (210,138,43). Sum of RGB (Red+Green+Blue) = 210+138+43=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A2B is #2D75D4. Grayscale: #959595. Windows color (decimal): -2979285 or 2853586. OLE color: 2853586.
HSL color Cylindrical-coordinate representation of color #D28A2B: hue angle of 34.13º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D28A2B is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 43 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.18 |
| HSL | 34.13º | 0.66% | 0.5% | - |
| HSV(B) | 34.13º | 0.8% | 0.82% | - |
| XYZ | 36.1 | 32.05 | 6.57 | - |
| YUV | 148.7 | 68.35 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 43 | 0 | 0.34 | 0.80 | 0.18 | 34.13 | 0.66 | 0.5 |
| Hex | D2 | 8A | 2B | 0 | 22 | 50 | 12 | 22 | 42 | 32 |
| Octal | 322 | 212 | 53 | 0 | 42 | 120 | 22 | 42 | 102 | 62 |
| Binary | 11010010 | 10001010 | 101011 | 0 | 100010 | 1010000 | 10010 | 100010 | 1000010 | 110010 |
Color Harmonies of #D28A2B
Complementary color
Monochromatic Colors of #D28A2B
Black with #D28A2B
Text Example
Text Example
White with #D28A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A2B; }
p { color: rgb(210,138,43); }
H1.HeaderClassName
{
color: #D28A2B;
}
.AnyTagClassName
{
color: #D28A2B;
}
</style>
background-color css
<style>
a { background-color: #D28A2B; }
a { background-color: rgb(210,138,43); }
div.DivClassName
{
background-color: #D28A2B;
}
.BgClassName
{
background-color: #D28A2B;
}
</style>
border-color css
<style>
span { border-color: #D28A2B; }
span { border-color: rgb(210,138,43); }
td.TdClassName
{
border-color: #D28A2B;
}
.TagClassName
{
border-color: #D28A2B;
}
</style>