Shades of Fuel Yellow #D28B2B
Tints of Fuel Yellow #D28B2B
RGB
CMYK
RGB Variations
Color information
#D28B2B (or 0xD28B2B) is known color: Fuel Yellow. HEX triplet: D2, 8B and 2B. RGB value is (210,139,43). Sum of RGB (Red+Green+Blue) = 210+139+43=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28B2B is #2D74D4. Grayscale: #959595. Windows color (decimal): -2979029 or 2853842. OLE color: 2853842.
HSL color Cylindrical-coordinate representation of color #D28B2B: hue angle of 34.49º 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 #D28B2B is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 43 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.18 |
| HSL | 34.49º | 0.66% | 0.5% | - |
| HSV(B) | 34.49º | 0.8% | 0.82% | - |
| XYZ | 36.25 | 32.34 | 6.62 | - |
| YUV | 149.29 | 68.02 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 43 | 0 | 0.34 | 0.80 | 0.18 | 34.49 | 0.66 | 0.5 |
| Hex | D2 | 8B | 2B | 0 | 22 | 50 | 12 | 22 | 42 | 32 |
| Octal | 322 | 213 | 53 | 0 | 42 | 120 | 22 | 42 | 102 | 62 |
| Binary | 11010010 | 10001011 | 101011 | 0 | 100010 | 1010000 | 10010 | 100010 | 1000010 | 110010 |
Color Harmonies of #D28B2B
Complementary color
Monochromatic Colors of #D28B2B
Black with #D28B2B
Text Example
Text Example
White with #D28B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B2B; }
p { color: rgb(210,139,43); }
H1.HeaderClassName
{
color: #D28B2B;
}
.AnyTagClassName
{
color: #D28B2B;
}
</style>
background-color css
<style>
a { background-color: #D28B2B; }
a { background-color: rgb(210,139,43); }
div.DivClassName
{
background-color: #D28B2B;
}
.BgClassName
{
background-color: #D28B2B;
}
</style>
border-color css
<style>
span { border-color: #D28B2B; }
span { border-color: rgb(210,139,43); }
td.TdClassName
{
border-color: #D28B2B;
}
.TagClassName
{
border-color: #D28B2B;
}
</style>