Shades of Fuel Yellow #D08B30
Tints of Fuel Yellow #D08B30
RGB
CMYK
RGB Variations
Color information
#D08B30 (or 0xD08B30) is known color: Fuel Yellow. HEX triplet: D0, 8B and 30. RGB value is (208,139,48). Sum of RGB (Red+Green+Blue) = 208+139+48=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08B30 is #2F74CF. Grayscale: #959595. Windows color (decimal): -3110096 or 3181520. OLE color: 3181520.
HSL color Cylindrical-coordinate representation of color #D08B30: hue angle of 34.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D08B30 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 139 | 48 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.18 |
| HSL | 34.13º | 0.63% | 0.5% | - |
| HSV(B) | 34.13º | 0.77% | 0.82% | - |
| XYZ | 35.78 | 32.09 | 7.1 | - |
| YUV | 149.26 | 70.86 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 139 | 48 | 0 | 0.33 | 0.77 | 0.18 | 34.13 | 0.63 | 0.5 |
| Hex | D0 | 8B | 30 | 0 | 21 | 4D | 12 | 22 | 3F | 32 |
| Octal | 320 | 213 | 60 | 0 | 41 | 115 | 22 | 42 | 77 | 62 |
| Binary | 11010000 | 10001011 | 110000 | 0 | 100001 | 1001101 | 10010 | 100010 | 111111 | 110010 |
Color Harmonies of #D08B30
Complementary color
Monochromatic Colors of #D08B30
Black with #D08B30
Text Example
Text Example
White with #D08B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08B30; }
p { color: rgb(208,139,48); }
H1.HeaderClassName
{
color: #D08B30;
}
.AnyTagClassName
{
color: #D08B30;
}
</style>
background-color css
<style>
a { background-color: #D08B30; }
a { background-color: rgb(208,139,48); }
div.DivClassName
{
background-color: #D08B30;
}
.BgClassName
{
background-color: #D08B30;
}
</style>
border-color css
<style>
span { border-color: #D08B30; }
span { border-color: rgb(208,139,48); }
td.TdClassName
{
border-color: #D08B30;
}
.TagClassName
{
border-color: #D08B30;
}
</style>