Shades of Fuel Yellow #D09B3C
Tints of Fuel Yellow #D09B3C
RGB
CMYK
RGB Variations
Color information
#D09B3C (or 0xD09B3C) is known color: Fuel Yellow. HEX triplet: D0, 9B and 3C. RGB value is (208,155,60). Sum of RGB (Red+Green+Blue) = 208+155+60=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D09B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D09B3C is #2F64C3. Grayscale: #A0A0A0. Windows color (decimal): -3105988 or 3972048. OLE color: 3972048.
HSL color Cylindrical-coordinate representation of color #D09B3C: hue angle of 38.51º 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 #D09B3C is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 155 | 60 | - |
| CMYK | 0 | 0.25 | 0.71 | 0.18 |
| HSL | 38.51º | 0.61% | 0.53% | - |
| HSV(B) | 38.51º | 0.71% | 0.82% | - |
| XYZ | 38.55 | 37.18 | 9.42 | - |
| YUV | 160.02 | 71.56 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 155 | 60 | 0 | 0.25 | 0.71 | 0.18 | 38.51 | 0.61 | 0.53 |
| Hex | D0 | 9B | 3C | 0 | 19 | 47 | 12 | 27 | 3D | 35 |
| Octal | 320 | 233 | 74 | 0 | 31 | 107 | 22 | 47 | 75 | 65 |
| Binary | 11010000 | 10011011 | 111100 | 0 | 11001 | 1000111 | 10010 | 100111 | 111101 | 110101 |
Color Harmonies of #D09B3C
Complementary color
Monochromatic Colors of #D09B3C
Black with #D09B3C
Text Example
Text Example
White with #D09B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09B3C; }
p { color: rgb(208,155,60); }
H1.HeaderClassName
{
color: #D09B3C;
}
.AnyTagClassName
{
color: #D09B3C;
}
</style>
background-color css
<style>
a { background-color: #D09B3C; }
a { background-color: rgb(208,155,60); }
div.DivClassName
{
background-color: #D09B3C;
}
.BgClassName
{
background-color: #D09B3C;
}
</style>
border-color css
<style>
span { border-color: #D09B3C; }
span { border-color: rgb(208,155,60); }
td.TdClassName
{
border-color: #D09B3C;
}
.TagClassName
{
border-color: #D09B3C;
}
</style>