Shades of Fuel Yellow #D28B2A
Tints of Fuel Yellow #D28B2A
RGB
CMYK
RGB Variations
Color information
#D28B2A (or 0xD28B2A) is known color: Fuel Yellow. HEX triplet: D2, 8B and 2A. RGB value is (210,139,42). Sum of RGB (Red+Green+Blue) = 210+139+42=391 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.71% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28B2A is #2D74D5. Grayscale: #959595. Windows color (decimal): -2979030 or 2788306. OLE color: 2788306.
HSL color Cylindrical-coordinate representation of color #D28B2A: hue angle of 34.64º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D28B2A is Cyan = 0, Magento = 0.34, Yellow = 0.8 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 42 | - |
| CMYK | 0 | 0.34 | 0.8 | 0.18 |
| HSL | 34.64º | 0.67% | 0.49% | - |
| HSV(B) | 34.64º | 0.8% | 0.82% | - |
| XYZ | 36.23 | 32.33 | 6.52 | - |
| YUV | 149.17 | 67.52 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 42 | 0 | 0.34 | 0.8 | 0.18 | 34.64 | 0.67 | 0.49 |
| Hex | D2 | 8B | 2A | 0 | 22 | 50 | 12 | 23 | 43 | 31 |
| Octal | 322 | 213 | 52 | 0 | 42 | 120 | 22 | 43 | 103 | 61 |
| Binary | 11010010 | 10001011 | 101010 | 0 | 100010 | 1010000 | 10010 | 100011 | 1000011 | 110001 |
Color Harmonies of #D28B2A
Complementary color
Monochromatic Colors of #D28B2A
Black with #D28B2A
Text Example
Text Example
White with #D28B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B2A; }
p { color: rgb(210,139,42); }
H1.HeaderClassName
{
color: #D28B2A;
}
.AnyTagClassName
{
color: #D28B2A;
}
</style>
background-color css
<style>
a { background-color: #D28B2A; }
a { background-color: rgb(210,139,42); }
div.DivClassName
{
background-color: #D28B2A;
}
.BgClassName
{
background-color: #D28B2A;
}
</style>
border-color css
<style>
span { border-color: #D28B2A; }
span { border-color: rgb(210,139,42); }
td.TdClassName
{
border-color: #D28B2A;
}
.TagClassName
{
border-color: #D28B2A;
}
</style>