Shades of Fuel Yellow #D08E2D
Tints of Fuel Yellow #D08E2D
RGB
CMYK
RGB Variations
Color information
#D08E2D (or 0xD08E2D) is known color: Fuel Yellow. HEX triplet: D0, 8E and 2D. RGB value is (208,142,45). Sum of RGB (Red+Green+Blue) = 208+142+45=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 45 (17.97% from 255 or 11.39% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D08E2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08E2D is #2F71D2. Grayscale: #979797. Windows color (decimal): -3109331 or 2985680. OLE color: 2985680.
HSL color Cylindrical-coordinate representation of color #D08E2D: hue angle of 35.71º 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 #D08E2D is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 142 | 45 | - |
CMYK | 0 | 0.32 | 0.78 | 0.18 |
HSL | 35.71º | 0.64% | 0.5% | - |
HSV(B) | 35.71º | 0.78% | 0.82% | - |
XYZ | 36.16 | 32.95 | 6.94 | - |
YUV | 150.68 | 68.37 | 168.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 142 | 45 | 0 | 0.32 | 0.78 | 0.18 | 35.71 | 0.64 | 0.5 |
Hex | D0 | 8E | 2D | 0 | 20 | 4E | 12 | 24 | 40 | 32 |
Octal | 320 | 216 | 55 | 0 | 40 | 116 | 22 | 44 | 100 | 62 |
Binary | 11010000 | 10001110 | 101101 | 0 | 100000 | 1001110 | 10010 | 100100 | 1000000 | 110010 |
Color Harmonies of #D08E2D
Complementary color
Monochromatic Colors of #D08E2D
Black with #D08E2D
Text Example
Text Example
White with #D08E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08E2D; }
p { color: rgb(208,142,45); }
H1.HeaderClassName
{
color: #D08E2D;
}
.AnyTagClassName
{
color: #D08E2D;
}
</style>
background-color css
<style>
a { background-color: #D08E2D; }
a { background-color: rgb(208,142,45); }
div.DivClassName
{
background-color: #D08E2D;
}
.BgClassName
{
background-color: #D08E2D;
}
</style>
border-color css
<style>
span { border-color: #D08E2D; }
span { border-color: rgb(208,142,45); }
td.TdClassName
{
border-color: #D08E2D;
}
.TagClassName
{
border-color: #D08E2D;
}
</style>