Shades of Fuel Yellow #D08D3B
Tints of Fuel Yellow #D08D3B
RGB
CMYK
RGB Variations
Color information
#D08D3B (or 0xD08D3B) is known color: Fuel Yellow. HEX triplet: D0, 8D and 3B. RGB value is (208,141,59). Sum of RGB (Red+Green+Blue) = 208+141+59=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D3B is #2F72C4. Grayscale: #989898. Windows color (decimal): -3109573 or 3902928. OLE color: 3902928.
HSL color Cylindrical-coordinate representation of color #D08D3B: hue angle of 33.02º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D08D3B is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 59 | - |
| CMYK | 0 | 0.32 | 0.72 | 0.18 |
| HSL | 33.02º | 0.61% | 0.52% | - |
| HSV(B) | 33.02º | 0.72% | 0.82% | - |
| XYZ | 36.33 | 32.78 | 8.55 | - |
| YUV | 151.69 | 75.7 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 59 | 0 | 0.32 | 0.72 | 0.18 | 33.02 | 0.61 | 0.52 |
| Hex | D0 | 8D | 3B | 0 | 20 | 48 | 12 | 21 | 3D | 34 |
| Octal | 320 | 215 | 73 | 0 | 40 | 110 | 22 | 41 | 75 | 64 |
| Binary | 11010000 | 10001101 | 111011 | 0 | 100000 | 1001000 | 10010 | 100001 | 111101 | 110100 |
Color Harmonies of #D08D3B
Complementary color
Monochromatic Colors of #D08D3B
Black with #D08D3B
Text Example
Text Example
White with #D08D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D3B; }
p { color: rgb(208,141,59); }
H1.HeaderClassName
{
color: #D08D3B;
}
.AnyTagClassName
{
color: #D08D3B;
}
</style>
background-color css
<style>
a { background-color: #D08D3B; }
a { background-color: rgb(208,141,59); }
div.DivClassName
{
background-color: #D08D3B;
}
.BgClassName
{
background-color: #D08D3B;
}
</style>
border-color css
<style>
span { border-color: #D08D3B; }
span { border-color: rgb(208,141,59); }
td.TdClassName
{
border-color: #D08D3B;
}
.TagClassName
{
border-color: #D08D3B;
}
</style>