Shades of Fuel Yellow #D08C2D
Tints of Fuel Yellow #D08C2D
RGB
CMYK
RGB Variations
Color information
#D08C2D (or 0xD08C2D) is known color: Fuel Yellow. HEX triplet: D0, 8C and 2D. RGB value is (208,140,45). Sum of RGB (Red+Green+Blue) = 208+140+45=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C2D is #2F73D2. Grayscale: #959595. Windows color (decimal): -3109843 or 2985168. OLE color: 2985168.
HSL color Cylindrical-coordinate representation of color #D08C2D: hue angle of 34.97º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D08C2D is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 45 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.18 |
| HSL | 34.97º | 0.64% | 0.5% | - |
| HSV(B) | 34.97º | 0.78% | 0.82% | - |
| XYZ | 35.86 | 32.36 | 6.84 | - |
| YUV | 149.5 | 69.03 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 45 | 0 | 0.33 | 0.78 | 0.18 | 34.97 | 0.64 | 0.5 |
| Hex | D0 | 8C | 2D | 0 | 21 | 4E | 12 | 23 | 40 | 32 |
| Octal | 320 | 214 | 55 | 0 | 41 | 116 | 22 | 43 | 100 | 62 |
| Binary | 11010000 | 10001100 | 101101 | 0 | 100001 | 1001110 | 10010 | 100011 | 1000000 | 110010 |
Color Harmonies of #D08C2D
Complementary color
Monochromatic Colors of #D08C2D
Black with #D08C2D
Text Example
Text Example
White with #D08C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C2D; }
p { color: rgb(208,140,45); }
H1.HeaderClassName
{
color: #D08C2D;
}
.AnyTagClassName
{
color: #D08C2D;
}
</style>
background-color css
<style>
a { background-color: #D08C2D; }
a { background-color: rgb(208,140,45); }
div.DivClassName
{
background-color: #D08C2D;
}
.BgClassName
{
background-color: #D08C2D;
}
</style>
border-color css
<style>
span { border-color: #D08C2D; }
span { border-color: rgb(208,140,45); }
td.TdClassName
{
border-color: #D08C2D;
}
.TagClassName
{
border-color: #D08C2D;
}
</style>