Shades of Fuel Yellow #D08D2A
Tints of Fuel Yellow #D08D2A
RGB
CMYK
RGB Variations
Color information
#D08D2A (or 0xD08D2A) is known color: Fuel Yellow. HEX triplet: D0, 8D and 2A. RGB value is (208,141,42). Sum of RGB (Red+Green+Blue) = 208+141+42=391 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.20% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08D2A is #2F72D5. Grayscale: #969696. Windows color (decimal): -3109590 or 2788816. OLE color: 2788816.
HSL color Cylindrical-coordinate representation of color #D08D2A: hue angle of 35.78º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D08D2A is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 141 | 42 | - |
| CMYK | 0 | 0.32 | 0.80 | 0.18 |
| HSL | 35.78º | 0.66% | 0.49% | - |
| HSV(B) | 35.78º | 0.8% | 0.82% | - |
| XYZ | 35.96 | 32.63 | 6.59 | - |
| YUV | 149.75 | 67.2 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 141 | 42 | 0 | 0.32 | 0.80 | 0.18 | 35.78 | 0.66 | 0.49 |
| Hex | D0 | 8D | 2A | 0 | 20 | 50 | 12 | 24 | 42 | 31 |
| Octal | 320 | 215 | 52 | 0 | 40 | 120 | 22 | 44 | 102 | 61 |
| Binary | 11010000 | 10001101 | 101010 | 0 | 100000 | 1010000 | 10010 | 100100 | 1000010 | 110001 |
Color Harmonies of #D08D2A
Complementary color
Monochromatic Colors of #D08D2A
Black with #D08D2A
Text Example
Text Example
White with #D08D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08D2A; }
p { color: rgb(208,141,42); }
H1.HeaderClassName
{
color: #D08D2A;
}
.AnyTagClassName
{
color: #D08D2A;
}
</style>
background-color css
<style>
a { background-color: #D08D2A; }
a { background-color: rgb(208,141,42); }
div.DivClassName
{
background-color: #D08D2A;
}
.BgClassName
{
background-color: #D08D2A;
}
</style>
border-color css
<style>
span { border-color: #D08D2A; }
span { border-color: rgb(208,141,42); }
td.TdClassName
{
border-color: #D08D2A;
}
.TagClassName
{
border-color: #D08D2A;
}
</style>