Shades of Fuel Yellow #D08D2C
Tints of Fuel Yellow #D08D2C
RGB
CMYK
RGB Variations
Color information
#D08D2C (or 0xD08D2C) is known color: Fuel Yellow. HEX triplet: D0, 8D and 2C. RGB value is (208,141,44). Sum of RGB (Red+Green+Blue) = 208+141+44=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 44 (17.58% from 255 or 11.20% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D2C is #2F72D3. Grayscale: #969696. Windows color (decimal): -3109588 or 2919888. OLE color: 2919888.
HSL color Cylindrical-coordinate representation of color #D08D2C: hue angle of 35.49º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D08D2C is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 44 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.18 |
| HSL | 35.49º | 0.65% | 0.49% | - |
| HSV(B) | 35.49º | 0.79% | 0.82% | - |
| XYZ | 35.99 | 32.64 | 6.79 | - |
| YUV | 149.98 | 68.2 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 44 | 0 | 0.32 | 0.79 | 0.18 | 35.49 | 0.65 | 0.49 |
| Hex | D0 | 8D | 2C | 0 | 20 | 4F | 12 | 23 | 41 | 31 |
| Octal | 320 | 215 | 54 | 0 | 40 | 117 | 22 | 43 | 101 | 61 |
| Binary | 11010000 | 10001101 | 101100 | 0 | 100000 | 1001111 | 10010 | 100011 | 1000001 | 110001 |
Color Harmonies of #D08D2C
Complementary color
Monochromatic Colors of #D08D2C
Black with #D08D2C
Text Example
Text Example
White with #D08D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D2C; }
p { color: rgb(208,141,44); }
H1.HeaderClassName
{
color: #D08D2C;
}
.AnyTagClassName
{
color: #D08D2C;
}
</style>
background-color css
<style>
a { background-color: #D08D2C; }
a { background-color: rgb(208,141,44); }
div.DivClassName
{
background-color: #D08D2C;
}
.BgClassName
{
background-color: #D08D2C;
}
</style>
border-color css
<style>
span { border-color: #D08D2C; }
span { border-color: rgb(208,141,44); }
td.TdClassName
{
border-color: #D08D2C;
}
.TagClassName
{
border-color: #D08D2C;
}
</style>