Shades of Fuel Yellow #D09D3D
Tints of Fuel Yellow #D09D3D
RGB
CMYK
RGB Variations
Color information
#D09D3D (or 0xD09D3D) is known color: Fuel Yellow. HEX triplet: D0, 9D and 3D. RGB value is (208,157,61). Sum of RGB (Red+Green+Blue) = 208+157+61=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 61 (24.22% from 255 or 14.32% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09D3D is #2F62C2. Grayscale: #A1A1A1. Windows color (decimal): -3105475 or 4038096. OLE color: 4038096.
HSL color Cylindrical-coordinate representation of color #D09D3D: hue angle of 39.18º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D09D3D is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 157 | 61 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.18 |
| HSL | 39.18º | 0.61% | 0.53% | - |
| HSV(B) | 39.18º | 0.71% | 0.82% | - |
| XYZ | 38.91 | 37.86 | 9.67 | - |
| YUV | 161.31 | 71.4 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 157 | 61 | 0 | 0.25 | 0.71 | 0.18 | 39.18 | 0.61 | 0.53 |
| Hex | D0 | 9D | 3D | 0 | 19 | 47 | 12 | 27 | 3D | 35 |
| Octal | 320 | 235 | 75 | 0 | 31 | 107 | 22 | 47 | 75 | 65 |
| Binary | 11010000 | 10011101 | 111101 | 0 | 11001 | 1000111 | 10010 | 100111 | 111101 | 110101 |
Color Harmonies of #D09D3D
Complementary color
Monochromatic Colors of #D09D3D
Black with #D09D3D
Text Example
Text Example
White with #D09D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09D3D; }
p { color: rgb(208,157,61); }
H1.HeaderClassName
{
color: #D09D3D;
}
.AnyTagClassName
{
color: #D09D3D;
}
</style>
background-color css
<style>
a { background-color: #D09D3D; }
a { background-color: rgb(208,157,61); }
div.DivClassName
{
background-color: #D09D3D;
}
.BgClassName
{
background-color: #D09D3D;
}
</style>
border-color css
<style>
span { border-color: #D09D3D; }
span { border-color: rgb(208,157,61); }
td.TdClassName
{
border-color: #D09D3D;
}
.TagClassName
{
border-color: #D09D3D;
}
</style>